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


IGPTool.IsLicensedForProduct Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPTool.IsLicensedForProduct Method

Returns whether the tool is part of the current product.

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

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

Product Availability

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

See Also

IGPTool Interface