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


IRealTimeFeedSimulator.TimeIncrement Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedSimulator.TimeIncrement Property

The time increment, in seconds, for the simulated feed. Defaults to 5 seconds.

[Visual Basic .NET]
Public Property TimeIncrement As Double
[C#]
public double TimeIncrement {get; set;}
[C++]
HRESULT get_TimeIncrement(
  double* pIncrement
);
[C++]
HRESULT put_TimeIncrement(
  double pIncrement
);
[C++]

Parameters pIncrement [out, retval] pIncrement is a parameter of type double pIncrement [in] pIncrement is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeFeedSimulator Interface