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


IGPUtilities.RemoveInternalValues Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.RemoveInternalValues Method
ArcGIS Developer Help

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