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


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

IRealTimeFeed Interface

Provides access to basic properties of RealTimeFeed.

Product Availability

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

Members

Name 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.

Classes that implement IRealTimeFeed

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