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


IGPToolbox.CanCreateTool Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolbox.CanCreateTool Method

Returns whether or not a new tool can be created in the toolbox.

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

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

Product Availability

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

See Also

IGPToolbox Interface