|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebTable
Provides access to members that describe and constitute the ArcWebTable.
| Method Summary | |
|---|---|
IArcWebFields |
getFields()
The IArcWebFields used to retrieve information about the field content. |
IArcWebRow |
getRow(int rowID)
An IArcWebRow used to retrieve information about the row content. |
int |
getRowCount()
The total number of rows in the table. |
int |
getTotalCount()
The total number of rows that match the search criteria. |
| Method Detail |
|---|
IArcWebFields getFields()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRowCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTotalCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebRow getRow(int rowID)
throws IOException,
AutomationException
rowID - The rowID (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 | ||||||||