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


IMxdServerQuery.RelatedIdentifyObjects Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMxdServerQuery.RelatedIdentifyObjects Property

An array of 'identify objects' that are related to the specified identify object.

[Visual Basic .NET]
Public Function get_RelatedIdentifyObjects ( _
    ByVal MapName As String, _
    ByVal IdentifyObject As IIdentifyObj _
) As IArray
[C#]
public IArray get_RelatedIdentifyObjects (
    string MapName,
    IIdentifyObj IdentifyObject
);
[C++]
HRESULT get_RelatedIdentifyObjects(
  BSTR MapName,
  IIdentifyObj* IdentifyObject,
  IArray** relatedObjects
);
[C++]

Parameters MapName [in] MapName is a parameter of type BSTR IdentifyObject [in]
IdentifyObject is a parameter of type IIdentifyObj relatedObjects [out, retval]
relatedObjects is a parameter of type IArray

Product Availability

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

See Also

IMxdServerQuery Interface