Property Grid
Grid
Gets or sets a coordinate system grid to display on top of the GeoView.
Declaration
virtual Grid Grid { get; set; }
Property Value
Type | Description |
---|---|
Grid | A coordinate system grid to display on top of the GeoView. |
Remarks
The Grid is a collection of horizontal and vertical lines which can be rendered over the top of a GeoView to help show the location of the current Viewpoint. Supported grids include Military Grid Reference System (MgrsGrid), United States National Grid (UsngGrid), Universal Transverse Mercator (UtmGrid), and a grid of latitude and longitude lines (LatitudeLongitudeGrid). You can configure these grids by toggling their visibility and modifying their default layout and appearance. A grid will not display in the GeoView until a Map or Scene have been loaded.
The default value is null
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |