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 ServiceManualCache
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
Geodatabase
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
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.