ArcObjects Library Reference (System)  

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

Parameters

ProductCode [in]

  ProductCode is a parameter of type esriLicenseProductCode

extensionName [out, retval]

  extensionName is a parameter of type ILicenseInfoEnum

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

.NET Snippets

Display Product License And Extensions Information