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


I3DViewer.hWnd Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

I3DViewer.hWnd Property

The associated window handle.

[Visual Basic .NET]
Public Property hWnd As Integer
[C#]
public int hWnd {get; set;}
[C++]
HRESULT get_hWnd(
  Long* pHwnd
);
[C++]

Parameters pHwnd [out, retval] pHwnd is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DViewer Interface