RasterizeOperator.LineWidth Property
Gets or sets the width of rasterized lines.
Syntax
public AttributeVariable< System.Double > LineWidth { get; set; }
Property Value
Default: 1.0
The width of rasterized lines, in the length unit of the generated raster.
Remarks
The property is only used if UseVisualizers is False.
Note that the default value is usually inappropriate if the Crs is geographic (longitude and latitude in degrees), since it would generate a line that is one degree wide.
Platforms
Windows, Linux, Android