2019-11-27 11:07 AM - last edited on 2022-09-29 09:56 AM by Daniel Kassai
Solved! Go to Solution.
2019-11-27 01:20 PM
2019-11-27 12:27 PM
2019-11-27 01:13 PM
Ralph wrote:Yes,I'm working in the floor plan view.
I assume you're working in the floor plan view? If so,ACAPI_Selection_Getcan only get elements that are currently selected – if you can't select it as a user, this function won't retrieve it either. Can you describe the workflow you're trying to achieve? There might be a better solution.
2019-11-27 01:20 PM
2019-11-27 01:42 PM
Ralph wrote:Thanks.
How about:
1) UseACAPI_Selection_Getfirst to collect the selected elements
2) Extract whatever data you need from the selection
3) Search for the elements that should receive the new data
4) Apply the data to elements (on whatever floor)