ILicenseInformation Interface

Provides access to retrieve the name for license product code.

Description

Provides methods to return the names of license extension and product code constants.

Members

Name Description
Method GetLicenseExtensionName Retrieve the name license extension code.
Method GetLicenseProductName Retrieve the name license product code.
Method GetProductExtensions Enumerate the extensions supported the product.

ILicenseInformation.GetLicenseExtensionName Method

Retrieve the name license extension code.

Public Function GetLicenseExtensionName ( _
    ByVal extensionCode As esriLicenseExtensionCode _
) As String
public string GetLicenseExtensionName (
    esriLicenseExtensionCode extensionCode
);

Description

Returns the name of the specified license extension code constant.

ILicenseInformation.GetLicenseProductName Method

Retrieve the name license product code.

Public Function GetLicenseProductName ( _
    ByVal ProductCode As esriLicenseProductCode _
) As String
public string GetLicenseProductName (
    esriLicenseProductCode ProductCode
);

Description

Returns the name of the specified license product code constant.

ILicenseInformation.GetProductExtensions Method

Enumerate the extensions supported the product.

Public Function GetProductExtensions ( _
    ByVal ProductCode As esriLicenseProductCode _
) As ILicenseInfoEnum
public ILicenseInfoEnum GetProductExtensions (
    esriLicenseProductCode ProductCode
);

Description

Returns an ILicenseInfoEnum collection of license extension codes supported by the specified license product code. Note that all supported extension codes are returned and not just the ones available on the current license server.

Classes that implement ILicenseInformation

Classes Description
AoInitialize Class initializes ArcObject components runtime environment. This class must be the first ArcObject created.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.