This document is archived and information here might be outdated.  Recommended version.


IEnumRowPairsImpl.AddRowPair Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumRowPairsImpl Interface > IEnumRowPairsImpl.AddRowPair Method
ArcGIS Developer Help

IEnumRowPairsImpl.AddRowPair Method

Adds row pair.

[Visual Basic .NET]
Public Sub AddRowPair ( _
    ByVal leftRow As IRow, _
    ByVal rightRow As IRow _
)
[C#]
public void AddRowPair (
    IRow leftRow,
    IRow rightRow
);
[C++]
HRESULT AddRowPair(
  IRow* leftRow,
  IRow* rightRow
);
[C++]
Parameters
leftRow [in]

leftRow is a parameter of type IRow* rightRow [in]
rightRow is a parameter of type IRow*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumRowPairsImpl Interface