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


ISxAnimationEnvironment.AnimationControlsHWnd Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISxAnimationEnvironment Interface > ISxAnimationEnvironment.AnimationControlsHWnd Property
ArcGIS Developer Help

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(
  OLE_HANDLE* pHwnd
);
[C++]
HRESULT put_AnimationControlsHWnd(
  OLE_HANDLE pHwnd
);
[C++]
Parameters
pHwnd [out, retval]

pHwnd is a parameter of type OLE_HANDLE* pHwnd [in]
pHwnd is a parameter of type OLE_HANDLE

Product Availability

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

See Also

ISxAnimationEnvironment Interface