This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.TimeIncrement Property (ArcObjects .NET 10.5 SDK) |
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