every object in acaddrawing
every object in acaddrawing
(OP)
Hellow,
i want to process every entity in an acaddrawing (modelspace and paperspace)
How do i program this?
i want to process every entity in an acaddrawing (modelspace and paperspace)
How do i program this?





RE: every object in acaddrawing
CODE
For Each myItem In ActiveDocument.ModelSpace
'your code here
Next myItem
You probably can leave out the .ModelSpace to process all items.
Cheers,
Joerd
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.