|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlugInRowCount
Provides access to members for getting a fast count of rows in the dataset.
This interface should be implemented by the plug-in dataset helper class of a plug-in data source if the RowCountIsCalculated property of the plug-in workspace helper returns false. Otherwise, it should not be implemented.
IPlugInWorkspaceHelper.isRowCountIsCalculated()| Method Summary | |
|---|---|
int |
getRowCount(int index)
The number of rows in the indicated dataset. |
| Method Detail |
|---|
int getRowCount(int index)
throws IOException,
AutomationException
index - The index (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 | ||||||||