Property SpatialReference
SpatialReference
Gets the spatial reference that defines the coordinate system used by the map or scene in the GeoView.
Declaration
public SpatialReference SpatialReference { get; }
Property Value
Type | Description |
---|---|
SpatialReference | The spatial reference that defines the coordinate system used by the map or scene in the GeoView. |
Remarks
You can observe changes to this property by listening to the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.
The SpatialReference is used to relate map coordinates to locations in the real world. This property is available when the view's map or scene has been loaded.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |