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


IGPToolExtensionGen.IsValid Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolExtensionGen Interface > IGPToolExtensionGen.IsValid Method
ArcGIS Developer Help

IGPToolExtensionGen.IsValid Method

Returns whether or not the tool extension is can be executed.

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

Product Availability

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

See Also

IGPToolExtensionGen Interface