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

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

    Property Value

    An Envelope representing the bounding rectangle.
    Remarks

    Extent

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also