Indicates whether this geometry contains any points.
[Visual Basic 6.0] Property IsEmpty As Boolean
[Visual Basic .NET] Public ReadOnly Property IsEmpty As Boolean
[C#] public bool IsEmpty {get;}
[Java] public getIsEmpty ( boolean IsEmpty )
[C++]
HRESULT get_IsEmpty(
VARIANT_BOOL* IsEmpty
);
Parameters
IsEmpty [out, retval]
IsEmpty is a parameter of type VARIANT_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.