Hello,
How do I get the AnnotationProperties of a IAnnotationLayer? A non-annotation IFeaturelayer is also a IGeoFeatureLayer, which has an IAnnotateLayerPropertiesCollection, but an IAnnotationLayer has not.
I'm aware of the IAnnoClass and IAnnoClassExtension, but how to get there?
IAnnoClass annoClass = featureLayer.FeatureClass as IAnnoClass doesn't work, it returns null.
Kind regards,
Pieter