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