ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / ProjectionTransformation Class / CreateWithVertical Method
The spatial reference to project from. Cannot be unknown coordinate system.
The spatial reference to project to. Cannot be unknown coordinate system.
(Optional) The extent of the data that is being projected. Default is null. A null value or an empty envelope means the extent is the entire world.

In This Topic
    CreateWithVertical Method
    In This Topic
    Creates a projection transformation from two spatial references each having a vertical coordinate system, and possibly an extent of interest. Automatically selects a hv (horizontal/vertical) datum transformation for the projection.
    Syntax
    Public Shared Function CreateWithVertical( _
       ByVal inputSR As SpatialReference, _
       ByVal outputSR As SpatialReference, _
       Optional ByVal extentOfInterest As Envelope _
    ) As ProjectionTransformation

    Parameters

    inputSR
    The spatial reference to project from. Cannot be unknown coordinate system.
    outputSR
    The spatial reference to project to. Cannot be unknown coordinate system.
    extentOfInterest
    (Optional) The extent of the data that is being projected. Default is null. A null value or an empty envelope means the extent is the entire world.

    Return Value

    Exceptions
    ExceptionDescription
    The input or output spatial reference is unknown coordinate system.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also