ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / QueryDescription Class / SetSpatialReference Method
The input spatial reference.

In This Topic
    SetSpatialReference Method (QueryDescription)
    In This Topic
    Sets the spatial reference. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetSpatialReference( 
       SpatialReference spatialReference
    )
    Public Sub SetSpatialReference( _
       ByVal spatialReference As SpatialReference _
    ) 

    Parameters

    spatialReference
    The input spatial reference.
    Exceptions
    ExceptionDescription
    A database-related exception has occurred.
    Remarks
    If GetShapeField returns an empty string or IsSpatialQuery returns false, calling this method will cause an exception.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also