Message 1 of 15
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to create a quick selection set of a Multi-leader style (named "ABC").
I am struggling to do this and i understand that you need to drill into the Dictionary to obtain the style name.
I am wanting to select the Multileader style in the current space and this is what i have so far...
(if (setq ss (ssget "_A" (list '(0 . "MULTILEADER")(if (= 1 (getvar 'cvport)) (cons 410 (getvar 'ctab)) '(410 . "Model")))))(sssetfirst nil ss))
If there is a way of adding the Multileader style name to this, i would be very grateful for any help.
Ta
Shoey
Shoey
Solved! Go to Solution.