DbGeometry.IsRing Property

Definition

Gets a nullable Boolean value indicating whether this DbGeometry value is a ring, which may be null if this value does not represent a curve.

public Nullable<bool> IsRing { get; }
member this.IsRing : Nullable<bool>
Public ReadOnly Property IsRing As Nullable(Of Boolean)

Property Value

True if this DbGeometry value is a ring; otherwise, false.

Applies to