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

In This Topic
    GetSelectedDatumTransformationsAsync Method
    In This Topic
    Retrieve the DatumTransformations of the transformations selected in the TransformationsControl.
    Syntax
    public Task<IEnumerable<DatumTransformation>> GetSelectedDatumTransformationsAsync()
    Public Function GetSelectedDatumTransformationsAsync() As Task(Of IEnumerable(Of DatumTransformation))

    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