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


In This Topic
    RowCursor Class Members
    In This Topic

    The following tables list the members exposed by RowCursor.

    Public Properties
     NameDescription
    Public PropertyGets the current Row in this RowCursor.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    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