This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackRenderer Interface > ITrackRenderer.History Property (ArcObjects .NET 10.4 SDK) |
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