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


IRelationResultArray.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationResultArray Interface > IRelationResultArray.Add Method
ArcGIS Developer Help

IRelationResultArray.Add Method

Adds a relation result.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal r As esriRelationPair _
)
[C#]
public void Add (
    esriRelationPair r
);
[C++]
HRESULT Add(
  esriRelationPair r
);
[C++]
Parameters
r [in]

r is a parameter of type esriRelationPair

Product Availability

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

See Also

IRelationResultArray Interface