geodatabaseFeatureTables property
A collection of GeodatabaseFeatureTable
from the geodatabase that
contain geometries, such as points, lines or polygons.
Feature tables in this array are read-only when the geodatabase is a
stand-alone mobile geodatabase created with ArcGIS Pro and tables
participate in a controller dataset, such as a utility network or parcel
fabric. The presence of utility networks can be checked using
Geodatabase.utilityNetworks
.
The collection will be empty if the geodatabase is not loaded.
Implementation
List<GeodatabaseFeatureTable> get geodatabaseFeatureTables =>
_geodatabaseFeatureTables.value;