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


In This Topic
    RowBuffer Class Members
    In This Topic

    The following tables list the members exposed by RowBuffer.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverloaded.  Gets and sets the value of a field given its index position. This indexer must be called on the MCT. Use QueuedTask.Run.  
    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 a IReadOnlyList containing the fields of the RowBuffer. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also