Message 1 of 5
Clear Selection on screen OR Select none

Not applicable
07-03-2008
02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
--Or you can just PInvoke acedSSSetFirst, which is what
the SelectObjects() method does.--
My limited training materials does not tell me how to get the acedsssetfirst selection set, I want to clear it out.
I used:
Autodesk.AutoCAD.Internal.Utils.SelectObjects(ids);
to get some objects for zooming, and now I want to un-select them for the user to move on.
In vba i could get a selection set by name from a group of selection sets in the drawing. Can I do that in .net?
Thanks,
jvj
the SelectObjects() method does.--
My limited training materials does not tell me how to get the acedsssetfirst selection set, I want to clear it out.
I used:
Autodesk.AutoCAD.Internal.Utils.SelectObjects(ids);
to get some objects for zooming, and now I want to un-select them for the user to move on.
In vba i could get a selection set by name from a group of selection sets in the drawing. Can I do that in .net?
Thanks,
jvj