DbGeometry.IsSimple Property

 

Gets a nullable Boolean value indicating whether this DbGeometry value is simple.

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

public bool IsSimple { get; }

Property Value

Type: System.Boolean

true if this DbGeometry value is simple; otherwise, false.