Search the Community
Showing results for tags 'alter properties'.
-
Hello! I'm trying to create a range query that returns the value of certain object data. For example, if the criteria is met, I would like the return value to be the value of CIRCUIT@CIRCUIT for any and all objects in the drawing. Is this possible? Thanks in advance! Oh, and I forgot to mention: this is all being done in VBA. I've thought about trying to extract the object data into a variable and possibly manipulating it that way, but I'm not sure how to extract the object data like that.
-
- object data
- alter properties
-
(and 1 more)
Tagged with:
-
Recognizing multiple layers in alter properties query
KeyN0teSpeaker posted a topic in AutoCAD General
First off, I'm not sure I'm posting this in the correct thread. If I'm not, I give my apologies. I am attempting to insert conditions into the alter properties portion of a query. What i need it to do is read several layer values and ignore them. In other words, I have several layers that I don't want the alter properties condition to apply to. Is there a way to insert an OR-like statement into an alter properties condition? If not, what would be the best way to accomplish this task. If you need clarification, let me know and I'll do what i can. Thanks in advance.