This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeWindow Interface > ITimeWindow.AnimateCumulatively Property (ArcObjects .NET 10.4 SDK) |
Indicates whether to animate the display cumulatively.
[Visual Basic .NET] Public Property AnimateCumulatively As Boolean
[C#] public bool AnimateCumulatively {get; set;}
[C++]
HRESULT get_AnimateCumulatively(
VARIANT_BOOL* pAnimateFieldsCumulatively
);
[C++]
HRESULT put_AnimateCumulatively(
VARIANT_BOOL pAnimateFieldsCumulatively
);
[C++]
Parameters pAnimateFieldsCumulatively [out, retval] pAnimateFieldsCumulatively is a parameter of type VARIANT_BOOL pAnimateFieldsCumulatively [in] pAnimateFieldsCumulatively is a parameter of type VARIANT_BOOL