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


IRelationResultArray.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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