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


IRelationResult.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 > IRelationResult Interface > IRelationResult.Add Method
ArcGIS Developer Help

IRelationResult.Add Method

Add elements of other Relation to the end of this Relations, and the set is re-sorted.

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

pRelations is a parameter of type IRelationResult*

Product Availability

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

See Also

IRelationResult Interface