Simple Line Symbol
Uses predefined patterns and colors to symbolize graphics and features that have polyline geometry. Simple line symbols display graphics using predefined line style patterns such as SimpleLineSymbolStyle.Solid, SimpleLineSymbolStyle.Dash, or SimpleLineSymbolStyle.Dot.
Since
200.1.0
See also
Constructors
Creates a simple line symbol object with a style, color, width, and line end marker.
Properties
The simple line symbol end marker placement of the simple line symbol.
The simple line symbol end marker style of the simple line symbol.
The style of the simple line symbol. SimpleLineSymbolStyle.Solid if an error occurs.
Inherited properties
The color of the line symbol. When getting the color (or tint color) from a symbol, the consensus value (for all layers) is reported. If there is no consensus (one or more layers have different colors), a null value is reported for the color. Likewise, setting a value for color on a symbol will apply that color to all layers the symbol contains.
Functions
Clones the SimpleLineSymbol.
Gets a MultilayerPolylineSymbol from a SimpleLineSymbol. This method allows you to create complex and custom symbols with multiple layers of different types of symbology. Simple line symbol provides a factory of predefined line styles such as dash and dash_dot_dot. This method generates a MultilayerPolylineSymbol with a SolidStrokeSymbolLayer and a predefined collection of DashGeometricEffect.
Inherited functions
Creates a swatch of the symbol. This method will scale the symbol up or down in order to fit it in to the desired width and height of the swatch.
Creates a swatch of the symbol.