ArcGIS Pro 2.9 API Reference Guide
SpatialReferenceBuilder Constructor(String,Int32)

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.
Initializes a new instance of the SpatialReference class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public SpatialReferenceBuilder( 
   string wkt,
   int verticalWkid
)
Public Function New( _
   ByVal wkt As String, _
   ByVal verticalWkid As Integer _
)

Parameters

wkt
The well-known text that represents the spatial reference.
verticalWkid
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, Windows 8.1

See Also

Reference

SpatialReferenceBuilder Class
SpatialReferenceBuilder Members
Overload List