ArcObjects Library Reference (Carto)  

ITimeDataDisplay.TimeDataCumulative Property

Indicates that features will be animated cumilatively.

[Visual Basic .NET]
Public Property TimeDataCumulative As Boolean
[C#]
public bool TimeDataCumulative {get; set;}
[C++]
HRESULT get_TimeDataCumulative(
  VARIANT_BOOL* cumilative
);
[C++]
HRESULT put_TimeDataCumulative(
  VARIANT_BOOL cumilative
);
[C++]

Parameters

cumilative [out, retval]   cumilative is a parameter of type VARIANT_BOOL cumilative [in]   cumilative is a parameter of type VARIANT_BOOL

Product Availability

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

Description

TimeDataCumulative is true when the data should be persist on the display as it ages.  This is useful in settings where the new data "builds upon" historical data.  For example when displaying the location of a wild animal, this property will cause the layer to display all of the historical locations for the animal, providing a good view of the animal's territory.

See Also

ITimeDataDisplay Interface