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


IMdProcess.NeedsRepair 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.NeedsRepair Method
ArcGIS Developer Help

IMdProcess.NeedsRepair Method

Returns whether or not the current tool associated with the process needs to be repaired (e.g., the tool parameters have changed).

[Visual Basic .NET]
Public Function NeedsRepair ( _
) As Boolean
[C#]
public bool NeedsRepair (
);
[C++]
HRESULT NeedsRepair(
void
);

Product Availability

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

See Also

IMdProcess Interface