ArcObjects Library Reference (Carto)  

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

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.

CoClasses that implement IRealTimeFeedSimulator

CoClasses and Classes Description
RealTimeFeedSimulator The real-time feed simulator object.