This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometry Interface > IGeometry.IsEmpty Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* IsEmpty
);
[C++]
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.