ArcObjects Library Reference (TrackingAnalyst)  

ITrackRenderer.History Property

Indicates the number of history events composing the track that will be used to represent the track line.

[Visual Basic .NET]
Public Property History As Integer
[C#]
public int History {get; set;}
[C++]
HRESULT get_History(
  long* pNumEvents
);
[C++]
HRESULT put_History(
  long pNumEvents
);
[C++]

Parameters

pNumEvents [out, retval]   pNumEvents is a parameter of type long pNumEvents [in]   pNumEvents is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackRenderer Interface