|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlugInFastRowCount
Provides access to members for getting a fast count of rows in the dataset.
This interface is now deprecated, implement IPlugInRowCount instead.
| Method Summary | |
|---|---|
int |
getRowCount()
The number of rows in the dataset. |
| Method Detail |
|---|
int getRowCount()
throws IOException,
AutomationException
Returns the number of rows in the dataset. Should be implemented to be quick (i.e. faster than just getting a cursor of everything and counting).
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 | ||||||||