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


IAGAnimationContainer.WindowHandle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationContainer.WindowHandle Property

The window handle associated with the given view.

[Visual Basic .NET]
Public Function get_WindowHandle ( _
    ByVal pView As Object _
) As Integer
[C#]
public int get_WindowHandle (
    object pView
);
[C++]
HRESULT get_WindowHandle(
  LPUNKNOWN pView,
  long* phWnd
);
[C++]

Parameters pView [in] pView is a parameter of type LPUNKNOWN phWnd [out, retval] phWnd is a parameter of type long

Product Availability

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

See Also

IAGAnimationContainer Interface