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