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


IRealTimeFeedSimulator Interface (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
ArcGIS Developer Help

IRealTimeFeedSimulator Interface

Provides access to the members of a real-time feed simulator.

Product Availability

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

Members

Name Description
Read/write property FeatureLayer The feature layer used to simulate the real-time feed. This must be a point or line feature layer.
Read/write property FixedTime Indicates if a fixed time interval is used. If false, use a data-driven time interval. Defaults to true.
Read/write property TimeFactor A factor used to adjust the data-driven time interval. The factor is multiplied by each value in the TimeField. Defaults to 1.0.
Read/write property TimeField The name of the field used for a data-driven time interval. Defaults to 'TIME'.
Read/write property TimeIncrement The time increment, in seconds, for the simulated feed. Defaults to 5 seconds.

Classes that implement IRealTimeFeedSimulator

Classes Description
RealTimeFeedSimulator The real-time feed simulator object.