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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also