ArcObjects Library Reference (Carto)  

IRealTimeLog Interface

Provides access to members for logging real-time data.

Product Availability

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

Members

Description
Read-only property IsLogging Indicates if the data is being logged.
Read/write property LogEstimatedPosition Indicates if positions are logged if the signal is lost.
Read/write property LogFile The feature class used to log positions.
Read/write property LogRate The time, in seconds, between storing positions in the log file. Defaults to 5 seconds.
Read/write property MinimumLogDeflectionAngle The minimum deflection angle to use when deciding when to log points.
Read/write property MinimumLogDistance The minimum distance between points before they are logged. Overrides the log rate, if the minimum distance has not been traveled.
Method StampGpsPosition Stamp current position values to the selected log file.
Method StartLogging Start logging to the current log file.
Method StopLogging Stop logging to the current log file.
Read/write property UseLogRate Indicates if the log rate is used for sampling data.
Read/write property UseMinimumLogDeflectionAngle Indicates if the minimum log deflection angle is used for sampling data.
Read/write property UseMinimumLogDistance Indicates if the minimum log rate is used for sampling data.

CoClasses that implement IRealTimeLog

CoClasses and Classes Description
RealTimeFeedManager The real-time feed manager object.