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

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

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also