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

In This Topic
    RowHandle Constructor(Row)
    In This Topic
    Creates a new instance of the RowHandle class, created from a Row.
    Syntax
    public RowHandle( 
       Row row
    )
    Public Function New( _
       ByVal row As Row _
    )

    Parameters

    row
    The Row used to created the RowHandle.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also