ILicenseInfoEnum Interface

Provides access to retrieve the extension code.

Description

Provides methods to enumerate a collection of license extension code constants.

Members

Name Description
Method Next Obtains the next extension code.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.