ArcGIS Pro 3.7 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 ReadOnly Property TransformationNames As IEnumerable(Of String)
    public IEnumerable<string> TransformationNames {get;}
    Remarks
    If a transformation is set to <Choose transformation> (no selection), it is not returned.
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also