|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableIdentities
Method Summary | |
---|---|
void |
add(ITableIdentity tableIdentity)
add |
int |
getCount()
getCount |
ITableIdentity |
getElement(int index)
getElement |
void |
insert(int index,
ITableIdentity tableIdentity)
insert |
void |
remove(int index)
remove |
void |
removeAll()
removeAll |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableIdentity 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(ITableIdentity tableIdentity) throws IOException, AutomationException
tableIdentity
- A reference to a com.esri.arcgis.carto.ITableIdentity (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, ITableIdentity tableIdentity) throws IOException, AutomationException
index
- The index (in)tableIdentity
- A reference to a com.esri.arcgis.carto.ITableIdentity (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 |