Share via


DbGeometry.IsSimple Property

Definition

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

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