This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdProcess Interface > IMdProcess.NeedsRepair Method (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* NeedsRepair
);
[C++]
Parameters NeedsRepair [out, retval] NeedsRepair is a parameter of type VARIANT_BOOL