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


IMapTableTimeDescription.TimeDataCumulative Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeDescription Interface > IMapTableTimeDescription.TimeDataCumulative Property
ArcGIS Developer Help

IMapTableTimeDescription.TimeDataCumulative Property

Draw the data cumulatively from the first instance of time in data as time progresses.

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

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

Product Availability

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

See Also

IMapTableTimeDescription Interface