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


IIdentifyDisplay.IdentifyEx Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IIdentifyDisplay.IdentifyEx Method

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

Product Availability

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

See Also

IIdentifyDisplay Interface