This document is archived and information here might be outdated. Recommended version. |
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
Returns the name of the specified license extension code constant.