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