15.10.2025 - 07:59
Uhr
How can I access attribute 1857 (LKW number) of a precast element?
I use:
attributes_dict = dict(BaseElements.ElementsAttributeService.GetAttributes(select_element))
or
attributes = dict(select_element.GetAttributes(BaseElements.eAttributeReadState.ReadAll))
but I don’t get this attribute.
Can you help me?