CoordinateSystemsControlProperties Class Members
In This Topic
The following tables list the members exposed by CoordinateSystemsControlProperties.
Public Constructors
| Name | Description |
![Public Constructor](template/packages/core-dotnet/images/publicConstructor.png) | CoordinateSystemsControlProperties Constructor |
Construct a CoordinateSystemsControlProperties to configure the CoordinateSystemsControl.
Use the Map, SpatialReference (or Wkid or Wkt), and ShowVerticalCoordinateSystems properties
to configure the control. They are all optional.
|
Top
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Map |
Gets and sets the map whose layers will be used to populate the 'Layers'
leaf in the CoordinateSystemsControl.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ShowVerticalCoordinateSystems |
Gets and sets the ShowVerticalCoordinateSystems setting. If this is set to true,
the VerticalCoordinateSystems leaf node is shown in the CoordinateSystemsControl
UI
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SpatialReference |
Gets and sets the spatial reference to be used to select the SpatialReference in the
CoordinateSystemsControl.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Wkid |
Gets and sets the spatial reference wkid to be used to select the SpatialReference in the
CoordinateSystemsControl.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Wkt |
Gets and sets the spatial reference wkt to be used to select the SpatialReference in the
CoordinateSystemsControl.
|
Top
See Also