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


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

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