Select linked elements by category by "PickElementsByRectangle" Method

Hello everyone, may I ask if the PickElementsByRectangle Method can be used to select objects in a linked model by category or not?

For PickElementsByRectangle , you can’t do that, but you can use PickObjects(ObjectType.LinkedElement to do that.

1 Like

@chuongmep thanks a lot for your advices. I will try it out.