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


ITimeWindow.AnimateCumulatively Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

ITimeWindow.AnimateCumulatively Property

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

Product Availability

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

See Also

ITimeWindow Interface