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


IRealTimeFeedManagerEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedManagerEvents Interface
ArcGIS Developer Help

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

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

Classes that implement IRealTimeFeedManagerEvents

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