|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumVersionInfo
Provides access to members that enumerate version information.
Objects of this type are created through the IVersionedWorkspace.Versions property. The enumeration contains a set of IVersionInfo objects that specify the characteristics of the versions contained in the database.
Use the IEnumVersionInfo interface when you need to access the read-only properties (such as access setting, children and parents) of the version.
| Method Summary | |
|---|---|
IVersionInfo |
next()
Retrieves the next version info. |
void |
reset()
Resets the enumeration sequence to the beginning. |
| Method Detail |
|---|
IVersionInfo next()
throws IOException,
AutomationException
The Next method returns the next version's properties.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws IOException,
AutomationException
The Reset method resets the enumeration sequence to the beginning.
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 | ||||||||