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


IMdProcess.RepairParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdProcess Interface > IMdProcess.RepairParameters Method
ArcGIS Developer Help

IMdProcess.RepairParameters Method

Updates/repairs the processes collection of parameters to match the tool currently associated with the process.

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

Product Availability

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

See Also

IMdProcess Interface