Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
How can I determine the storey that a element belongs to by API?
Thanks in advance,
HUA Van Dong
Solved! Go to Solution.
Hi all,
How can I determine the storey that a element belongs to by API?
Thanks in advance,
HUA Van Dong
Solved! Go to Solution.
Hi @hvdsidf
I would do it by comparing storey selection(s) with object number:
Dim RS As RobotSelection Set RS = RobApp.Project.Structure.Selections.CreateByStorey(I_OT_NODE, "Story 1")
or by comparing RobotStorey.Objects with object number
Hi Rafal ,
Thank you very much for your hyper-rapide reply.
I understand that there is no proprety concerning the storey for a element, so we have to do like your propose.
Thanks alot,
HUA Van Dong