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


IMapServerRow.RelatedRows Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerRow Interface > IMapServerRow.RelatedRows Property
ArcGIS Developer Help

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