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

In This Topic
    BaseGeographic Property
    In This Topic
    Gets the base geographic coordinate system. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public SpatialReference BaseGeographic {get;}
    Public ReadOnly Property BaseGeographic As SpatialReference
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    If this instance is a projected coordinate system, then a spatial reference instance representing the underlying geographic coordinate system is returned. If this instance is a geographic coordinate system, then a spatial reference representing the current state of the builder is returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also