The following tables list the members exposed by RowCursor.
Public Properties
Public Methods
| Name | Description |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| FindField |
Gets the index position for a field by name.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetFields | Gets the readonly list of Fields present in the cursor. This method must be called on the MCT. Use QueuedTask.Run. |
| MoveNext | Advances to the next Row in this RowCursor. This method must be called on the MCT. Use QueuedTask.Run. |
Top
See Also