Indicates if the specified product is licensed.
[Visual Basic .NET] Public Function IsLicensed ( _ ByVal ProductCode As esriProductCode _ ) As Boolean
[C#] public bool IsLicensed ( esriProductCode ProductCode );
[C++]
HRESULT IsLicensed(
esriProductCode ProductCode,
VARIANT_BOOL* licensed
);
[C++]Parameters
ProductCode [in]ProductCode is a parameter of type esriProductCode
licensed [out, retval] licensed is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.