ArcGIS Pro 3.2 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.

In This Topic
    SpatialReferenceBuilder Constructor(String,Int32)
    In This Topic
    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
    )
    Public Function New( _
       ByVal wkt As String, _
       ByVal vcsWkid As Integer _
    )

    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