ArcObjects Library Reference (Carto)  

RealTimeFeedManager CoClass

The real-time feed manager object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IActiveViewEvents Provides access to events that occur when the state of the active view changes.
IConnectionPointContainer Supports connection points for connectable objects.
IGpsDisplayProperties Provides access to GPS display properties.
IPersistStream (esriSystem)
IPositionTrails Provides access to members that display trails of previous positions on the map.
IRealTimeDestination Provides access to members that display a destination to track as the current position updates.
IRealTimeFeedEvents Provides access to the events fired by a real-time feed object.
IRealTimeFeedManager Provides access to basic properties of RealTimeFeedManager.
IRealTimeFeedSnap Provides access to properties that control the snapping behavior for the current position.
IRealTimeLog Provides access to members for logging real-time data.

Event Interfaces

Interfaces Description
IRealTimeFeedManagerEvents (default) Provides access to the events fired by a real-time feed manager object.

Working with Events

[Visual Basic 6.0]

When working with RealTimeFeedManager's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pRealTimeFeedManager as RealTimeFeedManager