|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILicenseInfoEnum
Provides access to retrieve the extension code.
Provides methods to enumerate a collection of license extension code constants.
Method Summary | |
---|---|
int |
next()
Obtains the next extension code. |
void |
reset()
Resets the extension code. |
Method Detail |
---|
void reset() throws IOException, AutomationException
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int next() throws IOException, AutomationException
The Next method advances the ILicenseInfoEnum collection by one, and returns the license extension code constant at that position.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |