katto01 Posted February 28, 2019 Posted February 28, 2019 Hello, I have a drawing with about 15000 objects. I would like to delete all objects with a volume smaller than Vx. I cannot see all objects, I can access them through VBA. I generated a list of objects and extracted the handle and the maximal dimensions. Therefore, I know by handle which object I want to delete. What is the VBA command to delete an object defined by its handle? If this approach cannot be implemented, please suggest alternatives Thank you Quote
BIGAL Posted March 2, 2019 Posted March 2, 2019 Do you use the selection set method then go through all of them and why not just delete the entity that your checking if <Vx no need to save a list to erase. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.