| ArcGIS Explorer Component Help |
| Table..::.GetRows Method |
| Table Class See Also |
Gets a collection of rows from the Table. An overload is available to specify an array of
ObjectIDs of rows to return.
Overload List
| Name | Description | |
|---|---|---|
| GetRows()()() |
Returns a collection of all rows in the Table.
| |
| GetRows(array<Int32>[]()[]) |
Returns a collection of rows from the Table, given an array of unique column ID's.
|