ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / Geometry Class / Extent Property
Version

    Extent Property (Geometry)
    Gets the minimum enclosing envelope of the instance. Returns null if this geometry has IsEmpty = true.
    Syntax
    public abstract Envelope Extent {get;}

    Property Value

    An Envelope representing the bounding rectangle.
    Remarks

    Extent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also