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


IGPUtilities.RemoveInternalValues Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.RemoveInternalValues Method

Removes all of the GPValues returned from MakeGPValueFromObject.

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

Product Availability

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

See Also

IGPUtilities Interface