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


IMdProcess.NeedsRepair Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* NeedsRepair
);
[C++]

Parameters NeedsRepair [out, retval] NeedsRepair is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdProcess Interface