ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IMapTableTimeDescription Interface