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


IMdProcess.IsToolValid Method (ArcObjects .NET 10.5 SDK)
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