ArcGIS Pro 2.6 API Reference Guide
CreateEx Method (ProjectionTransformation)

ArcGIS.Core.Geometry Namespace > ProjectionTransformation Class : CreateEx Method
The spatial reference to project from. Cannot be unknown coordinate system.
The spatial reference to project to. Cannot be unknown coordinate system.
The datum transformation to use when projecting data. The datum transformation can be null in which case a default transformation is used when projecting, if applicable.
Creates a projection transformation from two spatial references and the given datum transformation.
Syntax

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.
datumTransformation
The datum transformation to use when projecting data. The datum transformation can be null in which case a default transformation is used when projecting, if applicable.
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