This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILicenseInformation Interface > ILicenseInformation.GetProductExtensions Method (ArcObjects .NET 10.4 SDK) |
Enumerate the extensions supported the product.
[Visual Basic .NET] Public Function GetProductExtensions ( _ ByVal ProductCode As esriLicenseProductCode _ ) As ILicenseInfoEnum
[C#] public ILicenseInfoEnum GetProductExtensions ( esriLicenseProductCode ProductCode );
[C++]
HRESULT GetProductExtensions(
esriLicenseProductCode ProductCode,
ILicenseInfoEnum** extensionName
);
[C++]
Parameters ProductCode [in]
ProductCode is a parameter of type esriLicenseProductCode extensionName [out, retval]
extensionName is a parameter of type ILicenseInfoEnum
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.