LineString.IsEmpty

LineString.IsEmpty property

Gets a value indicating whether this instance is empty.

public override bool IsEmpty { get; }

Property Value

true if this instance is empty; otherwise, false.

See Also