DbGeometry.Buffer Method (Nullable<Double>)

 

Returns a geometry object that represents the union of all points whose distance from a geometry instance is less than or equal to a specified value.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public DbGeometry Buffer(
	Nullable<double> distance
)

Parameters

distance
Type: System.Nullable<Double>

The distance.

Return Value

Type: System.Data.Entity.Spatial.DbGeometry

A geometry object that represents the union of all points.