ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / SpatialReferenceBuilder Class


In This Topic
    SpatialReferenceBuilder Class Methods
    In This Topic

    For a list of all members of this type, see SpatialReferenceBuilder members.

    Public Methods
     NameDescription
    Public Method Returns a clone of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic) Creates a WGS84 UTM zone spatial reference  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a SpatialReference class from a JSON string representation.  
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of a SpatialReference class from an XML string representation.  
    Public Method Gets the well-known text (2) for this instance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the default MTolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the default XYResolution. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the default XYTolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the default ZTolerance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodReturns a SpatialReference instance representing the current state of the builder. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also