ArcObjects Library Reference (Carto)  

IPositionTrails.ShowLinearTrail Property

Indicates if the linear trail of the previous positions should be visible. Defaults to false.

[Visual Basic .NET]
Public Property ShowLinearTrail As Boolean
[C#]
public bool ShowLinearTrail {get; set;}
[C++]
HRESULT get_ShowLinearTrail(
  VARIANT_BOOL* pShow
);
[C++]
HRESULT put_ShowLinearTrail(
  VARIANT_BOOL pShow
);
[C++]

Parameters

pShow [out, retval]   pShow is a parameter of type VARIANT_BOOL pShow [in]   pShow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPositionTrails Interface