ArcObjects Library Reference (Geoprocessing)  

IMdProcess.IsToolValid Method

Returns whether or not the current tool associated with the process is valid.

[Visual Basic .NET]
Public Function IsToolValid ( _
) As Boolean
[C#]
public bool IsToolValid (
);
[C++]
HRESULT IsToolValid(
  VARIANT_BOOL* IsValid
);
[C++]

Parameters

IsValid [out, retval]   IsValid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdProcess Interface