Hey guys,
I have created a table with ProDrawingTableCreate. I have placed it with ProDwgtabledataOriginSet and ProMousePickGet until now.
I want it to be place automatically next an already existing table.
Do you know how to do it? Or how to get the coordinate position of the existing table so I can place the new one next it.
Thank you!
Solved! Go to Solution.
Using API "ProDwgtableInfoGet" you can get origin, height, width, etc... You do some calculation and place at right origin with API ProDwgtabledataOriginSet
Using API "ProDwgtableInfoGet" you can get origin, height, width, etc... You do some calculation and place at right origin with API ProDwgtabledataOriginSet
Thank you! You are right!