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


ISxAnimationEnvironment.AnimationControlsHWnd Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISxAnimationEnvironment.AnimationControlsHWnd Property

The window handle of the animation controls dialog.

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

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

Product Availability

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

See Also

ISxAnimationEnvironment Interface