SqlSpatialServices.GetIsSimple(DbGeometry) Method

Definition

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

public override bool GetIsSimple (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetIsSimple : System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function GetIsSimple (geometryValue As DbGeometry) As Boolean

Parameters

geometryValue
DbGeometry

The geometry value.

Returns

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

Applies to