ArcGIS Pro 2.7 API Reference Guide
RowHandle Constructor(Table,Int64)

ArcGIS.Desktop.Editing Namespace > RowHandle Class > RowHandle Constructor : RowHandle Constructor(Table,Int64)
The Table that contains the row.
The object ID of the row.
Creates a new instance of the RowHandle class, created from a Table and object ID.
Syntax
public RowHandle( 
   Table table,
   long objectID
)
Public Function New( _
   ByVal table As Table, _
   ByVal objectID As Long _
)

Parameters

table
The Table that contains the row.
objectID
The object ID of the row.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

RowHandle Class
RowHandle Members
Overload List