ArcObjects Library Reference (Carto)  

IPositionTrails.LinearTrailSymbol Property

The line symbol to use for a linear trail.

[Visual Basic .NET]
Public Property LinearTrailSymbol As ILineSymbol
[C#]
public ILineSymbol LinearTrailSymbol {get; set;}
[C++]
HRESULT get_LinearTrailSymbol(
  ILineSymbol** ppSymbol
);
[C++]
HRESULT putref_LinearTrailSymbol(
  ILineSymbol* ppSymbol
);
[C++]

Parameters

ppSymbol [out, retval]

  ppSymbol is a parameter of type ILineSymbol

ppSymbol [in]

  ppSymbol is a parameter of type ILineSymbol

Product Availability

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

See Also

IPositionTrails Interface