ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControlProperties Class / TransformationsInfo Property

In This Topic
    TransformationsInfo Property
    In This Topic
    Gets and sets the transformation information used to populate the table within the TransformationsControl. Each TransformationInfo object will be used to populate one row of the table.
    Syntax
    public IEnumerable<TransformationInfo> TransformationsInfo {get; set;}
    Public Property TransformationsInfo As IEnumerable(Of TransformationInfo)
    Remarks
    This is optional. This is not updated by the control, the SelectedTransformationNames property defined on the TransformationsControl should be used to retrieve the selected transformations.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also