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


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

IRealTimeLog Interface

Provides access to members for logging real-time data.

Product Availability

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

Members

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

Classes that implement IRealTimeLog

Classes Description
RealTimeFeedManager The real-time feed manager object.