ArcGIS Pro 2.8 API Reference Guide
SpatialReferenceBuilder Constructor(String,String)

ArcGIS.Core.Geometry Namespace > SpatialReferenceBuilder Class > SpatialReferenceBuilder Constructor : SpatialReferenceBuilder Constructor(String,String)
The well-known text that represents the spatial reference.
The well-known text that represents the vertical coordinate system.
Initializes a new instance of the SpatialReference class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public SpatialReferenceBuilder( 
   string wkt,
   string verticalWkt
)
Public Function New( _
   ByVal wkt As String, _
   ByVal verticalWkt As String _
)

Parameters

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SpatialReferenceBuilder Class
SpatialReferenceBuilder Members
Overload List