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

In This Topic
    TransformationsControl Class
    In This Topic
    The TransformationsControl is a configurable control that provides a UI for Transformation selection. TransformationsControl
    Object Model
    TransformationsControl ClassTransformationsControlProperties Class
    Syntax
    Remarks
    Optionally bind a TransformationsControlProperties instance to the TransformationsControl to provide the desired configuration. Developers can use the SelectedTransformationNames property to retrieve the names of the selected transformations and/or use a callback with the SelectedTransformationNamesChanged event.
    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.TransformationsControl

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also