GeorefGridGenerator.LineDistanceX Property
Gets or sets the distance in arc minutes between vertical grid lines, for division 2.
Syntax
public AttributeVariable< System.Double > LineDistanceX { get; set; }
Property Value
Default: 0.0
An attribute variable, whose result gives the distance between vertical lines. Must be expressed in arc minutes.
Remarks
This property is ignored if Division is 0 or 1, where the line distance will be 15° or 1° respectively.
If Division is 2 and the LineDistanceX evaluates to zero (the default), the line distance will become a sensible value depending on 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 own distance depend on the View scale, which is available as the attribute updateViewScale, a predefined update attribute.
Platforms
Windows, Linux, Android