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


ILicenseInformation.GetLicenseExtensionName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILicenseInformation Interface > ILicenseInformation.GetLicenseExtensionName Method
ArcGIS Developer Help

ILicenseInformation.GetLicenseExtensionName Method

Retrieve the name license extension code.

[Visual Basic .NET]
Public Function GetLicenseExtensionName ( _
    ByVal extensionCode As esriLicenseExtensionCode _
) As String
[C#]
public string GetLicenseExtensionName (
    esriLicenseExtensionCode extensionCode
);
[C++]
HRESULT GetLicenseExtensionName(
  esriLicenseExtensionCode extensionCode
);
[C++]
Parameters
extensionCode [in]

extensionCode is a parameter of type esriLicenseExtensionCode

Product Availability

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

Description

Returns the name of the specified license extension code constant.

See Also

ILicenseInformation Interface