ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / CoordinateSystemsControlProperties Class
Properties


In This Topic
    CoordinateSystemsControlProperties Class Members
    In This Topic

    The following tables list the members exposed by CoordinateSystemsControlProperties.

    Public Constructors
     NameDescription
    Public 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
     NameDescription
    Public Property Gets and sets the map whose layers will be used to populate the 'Layers' leaf in the CoordinateSystemsControl.  
    Public Property Gets and sets the ShowVerticalCoordinateSystems setting. If this is set to true, the VerticalCoordinateSystems leaf node is shown in the CoordinateSystemsControl UI  
    Public Property Gets and sets the spatial reference to be used to select the SpatialReference in the CoordinateSystemsControl.  
    Public Property Gets and sets the spatial reference wkid to be used to select the SpatialReference in the CoordinateSystemsControl.  
    Public Property Gets and sets the spatial reference wkt to be used to select the SpatialReference in the CoordinateSystemsControl.  
    Top
    See Also