Share via


DbGeometry.IsEmpty Property

Definition

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

public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Property Value

True if this DbGeometry value is empty; otherwise, false.

Applies to