ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SelectedTransformationNamesChangedEventArgs Class / TransformationNames Property

In This Topic
    TransformationNames Property
    In This Topic
    Gets the names of the selected transformations.
    Syntax
    public IEnumerable<string> TransformationNames {get;}
    Public ReadOnly Property TransformationNames As IEnumerable(Of String)
    Remarks
    If a transformation is set to <Choose transformation> (no selection), it is not returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also