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


IPositionTrails.ShowMarkerTrails Property (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 > IPositionTrails.ShowMarkerTrails Property
ArcGIS Developer Help

IPositionTrails.ShowMarkerTrails Property

Indicates if marker symbols shows previous positions. Defaults to false.

[Visual Basic .NET]
Public Property ShowMarkerTrails As Boolean
[C#]
public bool ShowMarkerTrails {get; set;}
[C++]
HRESULT get_ShowMarkerTrails(
  Boolean* pShow
);
[C++]
HRESULT put_ShowMarkerTrails(
  VARIANT_BOOL pShow
);
[C++]
Parameters
pShow [out, retval]

pShow is a parameter of type bool* pShow [in]
pShow is a parameter of type bool

Product Availability

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

See Also

IPositionTrails Interface