Search the Community
Showing results for tags 'selectionsets'.
-
How to make your selection sets shows different from others unselected
CANDOWE posted a topic in AutoLISP, Visual LISP & DCL
HEY MASTERS, I'd like to write a lisp routine to select attributes blocks, first I need to window select those using 2 points, then for those doesn't in this erea, i need to pick the blocks one by one, in order to tell which is selected or unselected , i need those selected display different from those unselected. picture 2 underbelow is prefered. -
From the AutoDESK help docs (http://docs.autodesk.com/ACD/2013/ENU/index.html?url=files/GUID-D0BD4249-1122-4209-ABEA-6F19FA156F91.htm,topicNumber=d30e719293) "AutoCAD.Application.ActiveDocument.SelectionSets.Add method Not needed/provided" in VB.Net Thus 'Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.SelectionSets' will not work. So, I can't store multiple selection sets in VB.Net? Why is it not provided? Or is there some other way to do that?