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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
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.