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


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

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