ArcObjects Library Reference (Display)  

IMarkerLineSymbol.MarkerSymbol Property

Symbol used for marker line.

[Visual Basic .NET]
Public Property MarkerSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol MarkerSymbol {get; set;}
[C++]
HRESULT get_MarkerSymbol(
  IMarkerSymbol** marker
);
[C++]
HRESULT putref_MarkerSymbol(
  IMarkerSymbol* marker
);
[C++]

Parameters

marker [out, retval]

  marker is a parameter of type IMarkerSymbol

marker [in]

  marker is a parameter of type IMarkerSymbol

Product Availability

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

Description

MarkerSymbol is the marker used as the line pattern. Any IMarkerSymbol interface can be used.

See Also

IMarkerLineSymbol Interface

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd) | Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files: AlgorithmicColorRamp)