This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.WindowHandle Property (ArcObjects .NET 10.5 SDK) |
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