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


IGPToolExtensionGen.IsLicensedForProduct 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.IsLicensedForProduct Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IGPToolExtensionGen Interface