ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMDatumTransform Class / GeoTransformation Property

In This Topic
    GeoTransformation Property
    In This Topic
    Gets or sets the transformation.
    Syntax
    public DatumTransformation GeoTransformation {get; set;}
    Public Property GeoTransformation As DatumTransformation
    Remarks
    An object with a "NULL" method in the well-known-text string indicates the "Do not transform" case, where a pair of coordinate systems is deliberately configured so that no coordinate transformation occurs during projection.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also