Provides access to retrieve the extension code.
Description
Provides methods to enumerate a collection of license extension code constants.
Members
Name | Description | |
---|---|---|
Next | Obtains the next extension code. | |
Reset | Resets the extension code. |
ILicenseInfoEnum.Next Method
Obtains the next extension code.
Public Function Next ( _
) As esriLicenseExtensionCode
public esriLicenseExtensionCode Next (
);
Description
The Next method advances the ILicenseInfoEnum collection by one, and returns the license extension code constant at that position.
ILicenseInfoEnum.Reset Method
Resets the extension code.
Public Sub Reset ( _
)
public void Reset (
);
Description
Resets the ILicenseInfoEnum collection to the beginning. To make subsequent passes through the ILicenseInfoEnum collection use the Reset method to go back to the first license extension code constant in the collection.
Classes that implement ILicenseInfoEnum
Classes | Description |
---|---|
LicenseInfoEnum | Enumerator of extension licenses supported by a product. |