ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / UpdateCursor Class
Properties Methods


In This Topic
    UpdateCursor Class Members
    In This Topic

    The following tables list the members exposed by UpdateCursor.

    Public Properties
     NameDescription
    Public PropertyGets the current Row in this UpdateCursor.  
    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 MethodAdvances to the next Row in this UpdateCursor. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodUpdates an existing Row. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also