ArcObjects Library Reference (System)  

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,
  BSTR* extensionName
);
[C++]

Parameters

extensionCode [in]

  extensionCode is a parameter of type esriLicenseExtensionCode

extensionName [out, retval]   extensionName is a parameter of type BSTR

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

.NET Snippets

Display Product License And Extensions Information