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


ILicenseInformation.GetProductExtensions 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.GetProductExtensions Method
ArcGIS Developer Help

ILicenseInformation.GetProductExtensions Method

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
);
[C++]
Parameters
ProductCode [in]

ProductCode is a parameter of type esriLicenseProductCode

Product Availability

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

Description

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.

 

See Also

ILicenseInformation Interface