ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / RowHandle Class / RowHandle Constructor / RowHandle Constructor(Row)
The Row used to create 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 Function New( _
       ByVal row As Row _
    )
    public RowHandle( 
       Row row
    )

    Parameters

    row
    The Row used to create the RowHandle.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also