ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControlProperties Class / CanEditCoordinateSystems Property

In This Topic
    CanEditCoordinateSystems Property
    In This Topic
    Gets and sets if the source coordinate systems and the target coordinate systems can be changed in the table. If set to true, buttons will appear next to the source and target coordinate system names for each row. These buttons will launch a coordinate system picker when clicked on.
    Syntax
    Public Property CanEditCoordinateSystems As Boolean
    public bool CanEditCoordinateSystems {get; set;}
    Remarks
    The default is true.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also