IsEmpty Property (GeoShape)
Gets a value indicating whether the shape is empty geometry.
public abstract bool IsEmpty {get;}
'Declaration
Public MustOverride ReadOnly Property IsEmpty As Boolean
Property Value
true
if the shape is empty; otherwise,
false
.