ArcObjects Library Reference (Carto)  

IMapServerRelationships.Add Method

Adds a relationship.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal rel As IMapServerRelationship _
)
[C#]
public void Add (
    IMapServerRelationship rel
);
[C++]
HRESULT Add(
  IMapServerRelationship* rel
);
[C++]

Parameters

rel [in]

  rel is a parameter of type IMapServerRelationship

Product Availability

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

See Also

IMapServerRelationships Interface