|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPVersionInfos
Provides access to the VersionInfos Interface.
Method Summary | |
---|---|
void |
add(IGPVersionInfo versionInfo)
Adds a version info. |
int |
getCount()
The version info count. |
IGPVersionInfo |
getElement(int index)
The version info at the specified position. |
void |
insert(int index,
IGPVersionInfo versionInfo)
Adds a version info at the specified position. |
void |
remove(int index)
Removes the version info at the specified position. |
void |
removeAll()
Removes all version infos. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPVersionInfo getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IGPVersionInfo versionInfo) throws IOException, AutomationException
versionInfo
- A reference to a com.esri.arcgis.geodatabase.IGPVersionInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGPVersionInfo versionInfo) throws IOException, AutomationException
index
- The index (in)versionInfo
- A reference to a com.esri.arcgis.geodatabase.IGPVersionInfo (in)
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 |