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


ITrackRenderer.History Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackRenderer Interface > ITrackRenderer.History Property
ArcGIS Developer Help

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(
  System.Int32* 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