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