IGeometry.IsEmpty

IGeometry.IsEmpty property

Gets a value indicating whether this instance is empty (represents the empty point set).

public bool IsEmpty { get; }

Property Value

true if this instance is empty; otherwise, false.

See Also