ArcObjects Library Reference (Geoprocessing)  

IGPToolExtensionGen.IsLicensedForProduct Method

Returns whether or not the tool extension can be executed within the current application 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

IGPToolExtensionGen Interface