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
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. |
.NET Samples
Dynamic biking (Code Files:
DynamicBikingCmd) |
Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files:
AlgorithmicColorRamp)