This document is archived and information here might be outdated.  Recommended version.


IGPValue.IsEmpty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPValue Interface > IGPValue.IsEmpty Method
ArcGIS Developer Help

IGPValue.IsEmpty Method

Indicates if the value object is empty.

[Visual Basic .NET]
Public Function IsEmpty ( _
) As Boolean
[C#]
public bool IsEmpty (
);
[C++]
HRESULT IsEmpty(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The IsEmpty method returns if this Value object has been set or not.

See Also

IGPValue Interface

.NET Samples

Calculate area geoprocessing function tool