ArcGIS Pro 2.9 API Reference Guide
Extent Property (Geometry)

ArcGIS.Core.Geometry Namespace > Geometry Class : Extent Property
Gets the minimum enclosing envelope of the instance. Returns null if this geometry has IsEmpty = true.
Syntax
public abstract Envelope Extent {get;}
Public MustOverride ReadOnly Property Extent As Envelope

Property Value

An Envelope representing the bounding rectangle.
Remarks

Extent

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Geometry Class
Geometry Members