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


IIdentifyObj.hWnd Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIdentifyObj Interface > IIdentifyObj.hWnd Property
ArcGIS Developer Help

IIdentifyObj.hWnd Property

The window handle.

[Visual Basic .NET]
Public ReadOnly Property hWnd As Integer
[C#]
public int hWnd {get;}
[C++]
HRESULT get_hWnd(
  OLE_HANDLE* hWnd
);
[C++]
Parameters
hWnd [out, retval]

hWnd is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IIdentifyObj Interface