ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Geometry Namespace / NadCon5TransformationBuilder Class / CreateNadCon5Transformation 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
    CreateNadCon5Transformation Method
    In This Topic
    Creates a NadCon5 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 NadCon5 grid transformation.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also