ArcObjects Library Reference (Carto)  

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