ArcGIS Pro 2.9 API Reference Guide
RowHandle Constructor(Table,Guid)

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

Parameters

table
The Table that contains the row.
globalID
The global ID of the row.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RowHandle Class
RowHandle Members
Overload List