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