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


ITimeControl.NumberOfSamples Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.NumberOfSamples Property

Indicates the number of samples used to draw the events on the map during playback.

[Visual Basic .NET]
Public Property NumberOfSamples As Short
[C#]
public short NumberOfSamples {get; set;}
[C++]
HRESULT get_NumberOfSamples(
  short* pVal
);
[C++]
HRESULT put_NumberOfSamples(
  short pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type short pVal [in] pVal is a parameter of type short

Product Availability

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

See Also

ITimeControl Interface