LineVisualizer.LengthUnit Property
Gets or sets a value specifying how length values are interpreted.
Syntax
public AttributeVariable< VisualizerLengthUnit > LengthUnit { get; set; }
Property Value
Default: Pixels
The length unit used by the visualizer.
Remarks
This property affects how the line width, orthogonal offset and pattern scale is interpreted. If set to Pixels, the width, offset and pattern will be interpreted as screen pixels, and the rendering will be the same regardless of the view scale. If set to NominalMeters, the width, offset and pattern will also be scaled by the view.
This property is not supported for regular 3D layers, but it can be used for the surface layers of a globe view. In this case using NominalMeters is recommended, to minimize visible artifacts between ground tiles.
Platforms
Windows, Linux, Android