ArcObjects Library Reference (Geometry)  

IRelationResult.Add Method

[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