Environment/Project
- ArcGIS Pro 2.6
- .NET Framework 4.8 CoreHost referencing ArcGIS.Core 12.6.0
Problems
- AnnotationFeature setters (e.g. SetGraphic(), SetStatus(), etc) and Store() wrapped in ApplyEdits() does not save edits to the database. No exceptions are thrown.
- AnnotationFeatureClass DeleteRows() wrapped in ApplyEdits() throws a geodatabase exception if Element field is null.
Workaround
Do not wrap annotation saves/deletes within ApplyEdits().
Is this the expected behavior?
(For full detail please see the attached PDF)