ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / CoordinateSystemsControl Class
Members

In This Topic
    CoordinateSystemsControl Class
    In This Topic
    The CoordinateSystemsControl is a configurable control that provides a UI for Spatial Reference selection. CoordinateSystemsControl
    Object Model
    CoordinateSystemsControl ClassCoordinateSystemsControlProperties ClassSpatialReference Class
    Syntax
    Remarks
    Optionally bind a CoordinateSystemControlProperties instance to the CoordinateSystemsControl to provide the desired configuration. A map, spatial reference, and show-vertical-coordinate-systems flag can be set. Developers can bind to the SelectedSpatialReference dependency property to receive selected spatial reference changed notifications and/or use a callback with the SelectedSpatialReferenceChanged event.

    Coordinate System Picker

    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            System.Windows.Controls.UserControl
                               ArcGIS.Desktop.Mapping.Controls.CoordinateSystemsControl

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also