PolygonVisualizer.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 currently only affects how fill patterns are rendered. If the value is set to Pixels, the pattern will be scaled only by the PatternScale property, independently of the view scale. If set to NominalMeters, the pattern will also be scaled by the view.
Fill patterns are not supported for regular 3D layers, but they 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