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


IESRILicenseInfo.IsLicensed Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IESRILicenseInfo Interface > IESRILicenseInfo.IsLicensed Method
ArcGIS Developer Help

IESRILicenseInfo.IsLicensed Method

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
);
[C++]
Parameters
ProductCode [in]

ProductCode is a parameter of type esriProductCode

Product Availability

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

See Also

IESRILicenseInfo Interface