extent

The geographic extent of features within the table. This is calculated differently for specific types and modes of feature tables:

  • ServiceFeatureTable. If the feature request mode is FeatureRequestMode.ManualCache the service feature table 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 (from ArcGISFeatureLayerInfo.extent). This can be used to determine the extent within which data can be edited.

  • GeodatabaseFeatureTable. This returns the extent of the features which have been cached. This extent can grow as features are added or edited, but not shrink.

Since

200.1.0