ArcGIS Pro 2.9 API Reference Guide
SpatialReferenceBuilder Constructor(SpatialReference)

ArcGIS.Core.Geometry Namespace > SpatialReferenceBuilder Class > SpatialReferenceBuilder Constructor : SpatialReferenceBuilder Constructor(SpatialReference)
The spatial reference to initialize this builder.
Sets the spatial reference of the Spatial Reference builder. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public SpatialReferenceBuilder( 
   SpatialReference sr
)
Public Function New( _
   ByVal sr As SpatialReference _
)

Parameters

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

SpatialReferenceBuilder Class
SpatialReferenceBuilder Members
Overload List