ArcGIS Pro 2.9 API Reference Guide
GetExtent Method (FeatureDataset)

ArcGIS.Core.Data Namespace > FeatureDataset Class : GetExtent Method
Gets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in the FeatureDataset. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Envelope GetExtent()
Public Function GetExtent() As Envelope

Return Value

An ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in the FeatureDataset.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

FeatureDataset Class
FeatureDataset Members