DbGeometry.IsSimple Property

Definition

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

public:
 property bool IsSimple { bool get(); };
public bool IsSimple { get; }
member this.IsSimple : bool
Public ReadOnly Property IsSimple As Boolean

Property Value

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

Applies to