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


IMapServerRow.RelatedRows Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServerRow.RelatedRows Property

The related rows (relationships).

[Visual Basic .NET]
Public ReadOnly Property RelatedRows As IMapServerRelationships
[C#]
public IMapServerRelationships RelatedRows {get;}
[C++]
HRESULT get_RelatedRows(
  IMapServerRelationships** relationships
);
[C++]

Parameters relationships [out, retval]
relationships is a parameter of type IMapServerRelationships

Product Availability

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

See Also

IMapServerRow Interface