Hi, I am trying to genereate AnnotationFeaturesClass with the code example provided in ProSnippets .
What I am trying to achieve is to recreate an CIMLabelClass we created by hand. What we ended up with, when creating by hand, is one CIMLabelClass that holds all Labels (following two images).
The one CIMLabelClass

and all the Labels

However, when I use the provided example code for each Label one CIMLabelClass is created (next images).
Individual CIMLabelClasses

for every Label

How do I create one CIMLabelClass via code to hold all Labels?