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


IMapServerIdentifyResult2.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 > IMapServerIdentifyResult2 Interface > IMapServerIdentifyResult2.RelatedRows Property
ArcGIS Developer Help

IMapServerIdentifyResult2.RelatedRows Property

The related rows (relationships) of the identified object.

[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

IMapServerIdentifyResult2 Interface