This document is archived and information here might be outdated. Recommended version. |
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*