UtmGridGenerator.Division Property
Gets or sets a flag controlling whether a fine or a coarse grid is generated.
Syntax
public System.Int32 Division { get; set; }
Property Value
Default: 0
0 for a coarse grid, 1 for a fine grid.
Remarks
In small scales (zoomed out), it may be enough to display the coarse division. Otherwise, the two divisions are usually presented together by using two layers, each containing a UtmGridGenerator. It is often best to draw the fine grid first (in Carmenta Studio, the fine grid layer should appear above the coarse one). For more details, see UtmGridGenerator class documentation.
Platforms
Windows, Linux, Android