This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeDescription Interface > IMapTableTimeDescription.TimeDataCumulative Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* drawCumilative
);
[C++]
HRESULT put_TimeDataCumulative(
VARIANT_BOOL drawCumilative
);
[C++]
Parameters drawCumilative [out, retval] drawCumilative is a parameter of type VARIANT_BOOL drawCumilative [in] drawCumilative is a parameter of type VARIANT_BOOL