IsEmpty Property (GeoLineString)
Returns a value indicating whether the collection of line points is empty.
public override bool IsEmpty {get;}
'Declaration
Public Overrides ReadOnly Property IsEmpty As Boolean
Property Value
true
if the collection of line points is empty; otherwise,
false
.