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


IRealTimeFeedSimulator.TimeIncrement Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.TimeIncrement Property
ArcGIS Developer Help

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