SqlSpatialServices.GetBoundary Method (DbGeometry)

 

Returns a nullable double value that indicates the boundary of the given DbGeography value.

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

public override DbGeometry GetBoundary(
	DbGeometry geometryValue
)

Parameters

geometryValue
Type: System.Data.Entity.Spatial.DbGeometry

The geometry value.

Return Value

Type: System.Data.Entity.Spatial.DbGeometry

The boundary of the given DbGeography value.