UtmGridGenerator.LineDistanceY Property
Gets or sets the distance between horizontal grid lines, when Division is 1.
Syntax
public AttributeVariable< System.Double > LineDistanceY { get; set; }
Property Value
Default: 0.0
The distance between horizontal lines in division 1. Must be expressed in meters.
Remarks
If the result is zero (the default), a sensible distance will be used, computed from the View scale.
If you want to override the default behavior, you do not have to specify a constant distance. Since the property is an attribute variable, you can let your distance depend on the View scale, which is available as the attribute updateDataScale, a predefined update attribute.
Platforms
Windows, Linux, Android