This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRemoteFindObj Interface > IRemoteFindObj.Identify Method (ArcObjects .NET 10.4 SDK) |
Identify the found object.
[Visual Basic .NET] Public Sub Identify ( _ ByVal pDisplay As IScreenDisplay, _ ByVal vIdentifyDialog As Object _ )
[C#] public void Identify ( IScreenDisplay pDisplay, object vIdentifyDialog );
[C++]
HRESULT Identify(
IScreenDisplay* pDisplay,
VARIANT vIdentifyDialog
);
[C++]
Parameters pDisplay [in]
pDisplay is a parameter of type IScreenDisplay vIdentifyDialog [in] vIdentifyDialog is a parameter of type VARIANT