![]() |
This document is archived and information here might be outdated. Recommended version. |
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**