Hello
I am trying to read atributes of some elements in drawing file.
I am using AllplanBaseElements.ElementsAttributeService.GetAttributes(element) method
It gives me list of standard attributes. For example for Symbol fixture it gives me this: [pic1.jpg]
How can i read other particular attributes for this fixture?
For example i need to read @1053@ (Offset to TL) or @409@ (Fileset name) how can i do it?
I tried to Assign needed atribut to fixture beforehead. [pic2.jpg]
But it doesn't work properly. Python script reads this atribute. But when atribute changes (i move fixture to other Fileset or change Offset to TL) Python script shows me unchanged attribute.
Label or Legend shows me changed attribute. Python script does not.
Thanks