ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry Namespace / SpatialReferenceBuilder Class / SpatialReferenceBuilder Constructor / SpatialReferenceBuilder Constructor(String,Int32)
The well-known text that represents the spatial reference.
The vertical coordinate system well-known ID.
Version

SpatialReferenceBuilder Constructor(String,Int32)
Creates a new instance of the SpatialReferenceBuilder class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public SpatialReferenceBuilder( 
   string wkt,
   int vcsWkid
)

Parameters

wkt
The well-known text that represents the spatial reference.
vcsWkid
The vertical coordinate system well-known ID.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also