ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControl Class / GetSelectedDatumTransformationsAsync Method
Version

    GetSelectedDatumTransformationsAsync Method
    Retrieve the DatumTransformations of the transformations selected in the TransformationsControl.
    Syntax
    public Task<IEnumerable<DatumTransformation>> GetSelectedDatumTransformationsAsync()

    Return Value

    The DatumTransformations
    Remarks
    Empty selections (<Choose transformation> selected) and invalid transformations are not returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also