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

SpatialReferenceBuilder Constructor(SpatialReference)
Creates a new instance of the SpatialReferenceBuilder class This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public SpatialReferenceBuilder( 
   SpatialReference 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, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also