ArcGIS Pro 2.8 API Reference Guide
ConstructLineSymbol(CIMColor,Double,SimpleLineStyle) Method
Example 

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class > ConstructLineSymbol Method : ConstructLineSymbol(CIMColor,Double,SimpleLineStyle) Method
ArcGIS.Core.CIM.CIMColor
The width of line symbol to construct.
SimpleLineStyle
Constructs a line symbol of specific color, width and style.
Syntax
Public Overloads Function ConstructLineSymbol( _
   ByVal color As CIMColor, _
   ByVal width As Double, _
   ByVal lineStyle As SimpleLineStyle _
) As CIMLineSymbol

Parameters

color
ArcGIS.Core.CIM.CIMColor
width
The width of line symbol to construct.
lineStyle
SimpleLineStyle

Return Value

Example
CIMLineSymbol lineSymbol = SymbolFactory.Instance.ConstructLineSymbol(ColorFactory.Instance.BlueRGB, 4.0, SimpleLineStyle.Solid);
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SymbolFactory Class
SymbolFactory Members
Overload List