ArcGIS Pro 2.6 API Reference Guide
CreateWithVertical Method

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.
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.
Exceptions
ExceptionDescription
The input or output spatial reference is unknown coordinate system.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ProjectionTransformation Class
ProjectionTransformation Members