UtmGridGenerator.PointDistanceY Property
Gets or sets the distance between point in the vertical lines.
Syntax
public AttributeVariable< System.Double > PointDistanceY { get; set; }
Property Value
Default: 0.0
The distance between points in vertical lines.
Remarks
Unit: degrees if Division = 0, but meters if Division = 1.
If the result is zero (the default), a sensible distance will be used.
Since the View.Crs does not have to use a UTM projection, the UTM grid lines may appear curved, and to get smooth lines, it is sometimes necessary to override the default by specifying a shorter distance.
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