This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIdentifyDisplay Interface > IIdentifyDisplay.IdentifyEx Method (ArcObjects .NET 10.4 SDK) |
Identifies objects at the specified location for the given display.
[Visual Basic .NET] Public Function IdentifyEx ( _ ByVal pDisplay As IDisplay, _ ByVal pGeom As IGeometry, _ ByVal pTrackCancel As ITrackCancel _ ) As IArray
[C#] public IArray IdentifyEx ( IDisplay pDisplay, IGeometry pGeom, ITrackCancel pTrackCancel );
[C++]
HRESULT IdentifyEx(
IDisplay* pDisplay,
IGeometry* pGeom,
ITrackCancel* pTrackCancel,
IArray** ppArrObj
);
[C++]
Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay pGeom [in]
pGeom is a parameter of type IGeometry pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel ppArrObj [out, retval]
ppArrObj is a parameter of type IArray