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


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

IPositionTrails Interface

Provides access to members that display trails of previous positions on the map.

Product Availability

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

Members

Name Description
Read/write property LinearTrailDistance The distance, in map units, of the linear trail behind the current position.
Read/write property LinearTrailSymbol The line symbol to use for a linear trail.
Read/write property MarkerTrailColorRamp A color ramp to use for displaying the marker trails.
Read/write property MarkerTrailCount The number of marker symbols to show as a trail.
Read/write property MarkerTrailDistance The distance, in map units, of the distance between marker trails.
Read/write property MarkerTrailSymbol The marker symbol to use for a marker trail.
Read/write property ShowLinearTrail Indicates if the linear trail of the previous positions should be visible. Defaults to false.
Read/write property ShowMarkerTrails Indicates if marker symbols shows previous positions. Defaults to false.

Classes that implement IPositionTrails

Classes Description
RealTimeFeedManager The real-time feed manager object.