CarlosR2022
Electrical
- Sep 16, 2010
- 36
I have a DrawingText object which is just a result of Selection. How do I determine which DrawingSheet this DrawingText is on?
I try myDrawingText.Parent.Parent ~~~> but I can get only up to the Layout2DView if I try another '.Parent' then I will get the error class does not support Automation.
I try myDrawingText.Parent.Parent ~~~> but I can get only up to the Layout2DView if I try another '.Parent' then I will get the error class does not support Automation.