This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILicenseInformation Interface > ILicenseInformation.GetLicenseExtensionName Method (ArcObjects .NET 10.4 SDK) |
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
Returns the name of the specified license extension code constant.