ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / RowCursor Class


In This Topic
    RowCursor Class Methods
    In This Topic

    For a list of all members of this type, see RowCursor members.

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the index position for a field by name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the readonly list of Fields present in the cursor. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodAdvances to the next Row in this RowCursor. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also