ArcObjects Library Reference (Display)  

IMarkerLineSymbol Interface

Provides access to members that control the marker line symbol.

Product Availability

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

Description

IMarkerLineSymbol can be used to create a line pattern that is composed of any marker supported by the IMarkerSymbol interface. These include: ICharacterMarkerSymbol, ISimpleMarkerSymbol, IArrowMarkerSymbol, and IPictureMarkerSymbol. Use the ILineSymbol interface to set additional properties for IMarkerLineSymbols.

Members

Description
Read/write property Color Line symbol color.
Read/write property MarkerSymbol Symbol used for marker line.
Read/write property Width Line symbol width.

Inherited Interfaces

Interfaces Description
ILineSymbol Provides access to members that control line symbols.

CoClasses that implement IMarkerLineSymbol

CoClasses and Classes Description
MarkerLineSymbol A line symbol composed of repeating markers.