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


ITimeWindow.AnimateCumulatively Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeWindow Interface > ITimeWindow.AnimateCumulatively Property
ArcGIS Developer Help

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(
  Boolean* pAnimateFieldsCumulatively
);
[C++]
HRESULT put_AnimateCumulatively(
  VARIANT_BOOL pAnimateFieldsCumulatively
);
[C++]
Parameters
pAnimateFieldsCumulatively [out, retval]

pAnimateFieldsCumulatively is a parameter of type bool* pAnimateFieldsCumulatively [in]
pAnimateFieldsCumulatively is a parameter of type bool

Product Availability

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

See Also

ITimeWindow Interface