ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / SpatialReference Class / Domain Property

In This Topic
    Domain Property (SpatialReference)
    In This Topic
    Gets the square domain extent of the spatial reference.
    Syntax
    public Envelope Domain {get;}
    Public ReadOnly Property Domain As Envelope
    Remarks
    The domain extent is different than the valid area of a coordinate system. The domain extent is an arbitrary square used to delimit valid coordinates for a spatial reference system and determine their resolution. It is possible that the domain extent is larger than the usable area of a coordinate system (a UTM zone, for example).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also