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


IAGAnimationContainer.WindowHandle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.WindowHandle Property
ArcGIS Developer Help

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,
  OLE_HANDLE* phWnd
);
[C++]
Parameters
pView [in]

pView is a parameter of type IUnknown phWnd [out, retval]
phWnd is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IAGAnimationContainer Interface