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

In This Topic
    Extent Property (GeometryBag)
    In This Topic
    Gets the minimum enclosing envelope of this instance.
    Syntax
    Public Overrides NotOverridable ReadOnly Property Extent As Envelope
    public override Envelope Extent {get;}
    Remarks
    This is the smallest Envelope that contains the geometries in the GeometryBag.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also