Show / Hide Table of Contents

Property Extent

Extent

Gets the geographic extent of features within the table.

Declaration
public Envelope Extent { get; }
Property Value
Type Description
Envelope

The extent of the table.

Remarks

The returned geographic extent is calculated differently for specific types and modes of feature tables. For a ServiceFeatureTable this can be used to determine the extent within which data can be edited depending on the FeatureRequestMode that is used. ServiceFeatureTables in ManualCache mode will return the extent of the features which have been cached, all other modes will return the extent of the layer/table defined by the service (see the Extent property). For a GeodatabaseFeatureTable this returns the extent of the features which have been cached; this extent can grow as features are added or edited, but geographic extent will not the shrink.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
Relevant samples
Find service areas for multiple facilities: Find the service areas of several facilities from a feature service.
Geodatabase transactions: Use transactions to manage how changes are committed to a geodatabase.
In This Article
Back to top Copyright © 2022 Esri.