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


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

IGPFunction.IsLicensed Method

Returns whether the geoprocessing function has all necessary licenses in order to execute.

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

Product Availability

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

Remarks

The IsLicensed property is used to check if a function tool is licensed to execute in the active application.

See Also

IGPFunction Interface