This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPositionTrails Interface > IPositionTrails.LinearTrailSymbol Property (ArcObjects .NET 10.5 SDK) |
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