ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Editing Namespace / RowHandle Class / RowHandle Constructor / RowHandle Constructor(Row)
The Row used to created the RowHandle.
Version

    RowHandle Constructor(Row)
    Creates a new instance of the RowHandle class, created from a Row.
    Syntax
    public RowHandle( 
       Row row
    )

    Parameters

    row
    The Row used to created the RowHandle.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also