ArcObjects Library Reference (Carto)  

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