ArcGIS Pro 2.6 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 10, Windows 8.1, Windows 7

See Also

Reference

Geometry Class
Geometry Members