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


IGPValue.Empty 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.Empty Method
ArcGIS Developer Help

IGPValue.Empty Method

Clears the value object.

[Visual Basic .NET]
Public Sub Empty ( _
)
[C#]
public void Empty (
);
[C++]
HRESULT Empty(
void
);

Product Availability

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

Remarks

The Empty method clears this Value object and releases any associated objects.

See Also

IGPValue Interface