ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeoConTransformationBuilder Class / CreateGeoConTransformation Method
The name of the transformation.
The name of the grid dataset.
The input spatial reference.
The output spatial reference.
(Optional) Default is true. If false, the created transformation is inverted.

In This Topic
    CreateGeoConTransformation Method
    In This Topic
    Creates a GeoCon grid transformation with the specified parameters.
    Syntax

    Parameters

    name
    The name of the transformation.
    gridDatasetName
    The name of the grid dataset.
    inputSpatialReference
    The input spatial reference.
    outputSpatialReference
    The output spatial reference.
    transformForward
    (Optional) Default is true. If false, the created transformation is inverted.

    Return Value

    A geographic transformation that is a GeoCon grid transformation.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also