ArcObjects Library Reference (Carto)  

IRealTimeFeedManagerEvents Interface

Provides access to the events fired by a real-time feed manager object.

Product Availability

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

Members

Description
Event ConnectionStatusUpdated Reports the connection information when it is updated.
Event DateTimeUpdated Reports the date and time when it is updated.
Event DgpsInfoUpdated Reports the DGPS information when it is updated.
Event DopInfoUpdated Reports the current DOP information when it is updated.
Event GroundCourseUpdated Reports the current ground variance when it is updated.
Event MagneticVarianceUpdated Reports the current magnetic variance when it is updated.
Event PositionUpdated Reports the current position when it is updated. 'estimate' is true if the signal is lost and the position is estimated.
Event RealTimeFeedChanged Reports the change in the realtime feed object.
Event SatelliteInfoUpdated Reports the current satellite information when it is updated.

CoClasses that implement IRealTimeFeedManagerEvents

CoClasses and Classes Description
RealTimeFeedManager The real-time feed manager object.
RealTimeFeedManagerEventsListener (esriSystemUtility) Helper coclass to provide IRealTimeFeedManagerEvents support to the C++ API.