Message 1 of 4
vb.net select ALL
Not applicable
07-24-2014
11:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write a vb.net routine to automate this:
I need to move, rotate, and scale EVERY object in a drawing.
I assume I need to create a selection set of ALL objects.
I can't see how to do this, I know how to have a user select polylines, or whatever.
I don't see a need for user interaction here, I just want ALL the objects into a selection set that I can process.
OR
is there another way of doing this transform operation on ALL objects without creating a selection set?
In autocad it would just be: "Align", enter, "ALL" enter, enter, pick 4 points. done
"Scale" enter "P" enter "1/12" enter.
donre.
(i've tried using synchronous command sending, but I can't get that to work, so I figured the 3d transform matrix was the wasy to go)