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


IRealTimeFeed Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeed Interface

Provides access to basic properties of RealTimeFeed.

Product Availability

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

Members

Description
Read-only property ConnectionError Connection error information.
Read-only property CurrentDateTime The current date and time.
Read-only property CurrentDgpsInfo The current DGPS information.
Read-only property CurrentDopInfo The current DOP information.
Read-only property CurrentGroundCourse The current ground course.
Read-only property CurrentMagneticVariance The current magnetic variance.
Read-only property CurrentPosition The current position information from the real-time feed.
Read-only property CurrentSatelliteCount The most recent number of satellites.
Read-only property CurrentSatelliteData The satellite data for the given index value.
Read/write property SpatialReference The spatial reference of the real-time feed.
Method Start Starts the real-time feed. If failed and sets error information in 'ConnectionError'.
Read-only property Status The current status of the real-time feed.
Method Stop Stops the real-time feed.

CoClasses that implement IRealTimeFeed

CoClasses and Classes Description
GpsFeed Used to connected to a GPS unit through the communication port, implements IRealTimeFeed, and fires events when the GPS location changes.
RealTimeFeedSimulator The real-time feed simulator object.

.NET Samples

3D dynamic element tracking (Code Files: TrackDynamicObject)