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


IGPValue.Empty Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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