ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / SpatialReferenceBuilder Class / SpatialReferenceBuilder Constructor / SpatialReferenceBuilder Constructor(SpatialReference)
The spatial reference to initialize this builder with.

In This Topic
    SpatialReferenceBuilder Constructor(SpatialReference)
    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( 
       SpatialReference spatialReference
    )
    Public Function New( _
       ByVal spatialReference As SpatialReference _
    )

    Parameters

    spatialReference
    The spatial reference to initialize this builder with.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    The spatialReference is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also