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


IRemoteFindObj.Identify Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRemoteFindObj Interface > IRemoteFindObj.Identify Method
ArcGIS Developer Help

IRemoteFindObj.Identify Method

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

Product Availability

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

See Also

IRemoteFindObj Interface