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