CoordinateSystemsControlProperties Class Members
In This Topic
The following tables list the members exposed by CoordinateSystemsControlProperties.
Public Constructors
| Name | Description |
| 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 |
| Map |
Gets and sets the map whose layers will be used to populate the 'Layers'
leaf in the CoordinateSystemsControl.
|
| ShowVerticalCoordinateSystems |
Gets and sets the ShowVerticalCoordinateSystems setting. If this is set to true,
the VerticalCoordinateSystems leaf node is shown in the CoordinateSystemsControl
UI
|
| SpatialReference |
Gets and sets the spatial reference to be used to select the SpatialReference in the
CoordinateSystemsControl.
|
| Wkid |
Gets and sets the spatial reference wkid to be used to select the SpatialReference in the
CoordinateSystemsControl.
|
| Wkt |
Gets and sets the spatial reference wkt to be used to select the SpatialReference in the
CoordinateSystemsControl.
|
Top
See Also