ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationInfo Class / TransformationName Property

In This Topic
    TransformationName Property
    In This Topic
    Gets and sets the name of the transformation to select for the TransformationInfo object (used to populate a table row), for example "WGS_1984_(ITRF00)_To_NAD_1983".
    Syntax
    public string TransformationName {get; set;}
    Public Property TransformationName As String
    Remarks
    This is optional. The default is null (no selection). If the TransformationName is set, the source spatial reference and the target spatial reference should be defined too (through SpatialRefence objects, WKT/VcsWkt pairs, or Wkid/VcsWkid pairs). Those spatial references will be used to determine if we are looking for a 2D or a 3D transformation. If those spatial references are not provided, the logic will look for a 2D transformation by default.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also