This document is archived and information here might be outdated. Recommended version. |
Indicates whether this geometry contains any points.
[Visual Basic .NET]
Public ReadOnly Property IsEmpty As Boolean
[C#]
public bool IsEmpty {get;}
[C++]
HRESULT get_IsEmpty(
Boolean* IsEmpty
);
[C++] Parameters IsEmpty [out, retval]
IsEmpty is a parameter of type bool*
IsEmpty returns TRUE when the Geometry object does not contain geometric information beyond its original initialization state. An object may be returned to its original initialization (IsEmpty = TRUE) state using SetEmpty.