Author:mar_kq
Posted: Thu Jan 11, 2018 11:15 am (GMT+1)
Thanks! This is what I was looking for!
Posted: Thu Jan 11, 2018 11:15 am (GMT+1)
dfintha wrote: |
Hello, You can get the associated Door Stamp's GUID from the Door element, it's the element.door.openingBase.markGuid member. After that, you can simply query its memo using ACAPI_Element_GetMemo with that GUID to get the parameter list of the marker element in the memo.params member. This way you'll get the parameters of the stamp related to the door, not the parameters of the door itself. Best regards, Dé nes |
Thanks! This is what I was looking for!