ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / Table Class / CreateRowBuffer Method / CreateRowBuffer(Subtype) Method
If it is a non-null and valid subtype, a RowBuffer will be created for the specified subtype.

In This Topic
    CreateRowBuffer(Subtype) Method
    In This Topic
    Creates a new row buffer instance in memory. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Function CreateRowBuffer( _
       ByVal subtype As Subtype _
    ) As RowBuffer
    public RowBuffer CreateRowBuffer( 
       Subtype subtype
    )

    Parameters

    subtype
    If it is a non-null and valid subtype, a RowBuffer will be created for the specified subtype.

    Return Value

    A RowBuffer used to set the field values when calling CreateRow.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Remarks

    No row is created in the database.

    The returned RowBuffer does not have an object ID value.

    If the table contains read-only fields with default values (e.g. tables with fields maintained by attribute rules or utility network features with system-maintained fields), we recommend using CreateRowBuffer(Subtype) instead of this overload.

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also