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


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

IPositionTrails.MarkerTrailSymbol Property

The marker symbol to use for a marker trail.

[Visual Basic .NET]
Public Property MarkerTrailSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol MarkerTrailSymbol {get; set;}
[C++]
HRESULT get_MarkerTrailSymbol(
  IMarkerSymbol** ppSymbol
);
[C++]
HRESULT putref_MarkerTrailSymbol(
  IMarkerSymbol* ppSymbol
);
[C++]
Parameters
ppSymbol [out, retval]

ppSymbol is a parameter of type IMarkerSymbol** ppSymbol [in]
ppSymbol is a parameter of type IMarkerSymbol*

Product Availability

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

See Also

IPositionTrails Interface