DbSpatialServices.GetIsSimple Method (DbGeometry)

 

Returns a nullable Boolean value that whether the given DbGeometry value is simple.

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

public abstract bool GetIsSimple(
	DbGeometry geometryValue
)

Parameters

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

The geometry value.

Return Value

Type: System.Boolean

true if the given DbGeometry value is simple; otherwise, false.

Exception Condition
ArgumentNullException

geometryValue is null.

ArgumentException

geometryValue is not compatible with this spatial services implementation.