This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPValue Interface > IGPValue.IsEmpty Method (ArcObjects .NET 10.5 SDK) |
Indicates if the value object is empty.
[Visual Basic .NET] Public Function IsEmpty ( _ ) As Boolean
[C#] public bool IsEmpty ( );
[C++]
HRESULT IsEmpty(
VARIANT_BOOL* IsEmpty
);
[C++]
Parameters IsEmpty [out, retval] IsEmpty is a parameter of type VARIANT_BOOL
The IsEmpty method returns if this Value object has been set or not.