ArcGIS Pro 3.7 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 Property GeoTransformation As DatumTransformation
    public DatumTransformation GeoTransformation {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also