Returns whether the geoprocessing function has all necessary licenses in order to execute.
[Visual Basic 6.0] Function IsLicensed As Boolean
[Visual Basic .NET] Public Function IsLicensed ( _ ) As Boolean
[C#] public bool IsLicensed ( );
[Java] public Boolean isLicensed ( ) throws IOException, AutomationException
[C++]
HRESULT IsLicensed(
VARIANT_BOOL* IsLicensed
);
Parameters
IsLicensed [out, retval]
IsLicensed is a parameter of type VARIANT_BOOL
The IsLicensed property is used to check if a function tool is licensed to execute in the active application.