geodatabaseAnnotationTables property

List<GeodatabaseFeatureTable> geodatabaseAnnotationTables

A collection of GeodatabaseFeatureTable from the geodatabase that contain annotation features.

The collection is empty if the geodatabase is not loaded.

Implementation

List<GeodatabaseFeatureTable> get geodatabaseAnnotationTables =>
    _geodatabaseAnnotationTables.value;