.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Create a Selection set based on a specfic Multileade r style
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Does anybody know how to create a selection set based on a specific Multileader style? I can currently creating a typedvalue array to define the filter criteria, but cannot find the DXFCODE for the Multileader style.
Ex.
TypedValue[] acTypeValAr = new TypedValue[1];
acTypeValAr.setvalue(new TypedValue(DXFCODE, "Multileader Style"),0);
Thanks
Wayne
Re: Create a Selection set based on a specfic Multileade r style
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
hi wayne
new territory, but see what you think:
a multileader style is an object with an objectid, so i reckon you could base the selection filter on multileaders, open them as such to access the objectid and, well, filter accordingly.
(regarding dxf code, a multileader style also has dxfin and dxfout filer methods if that means anything to you, but that's too far off the track for me.)
felix
Re: Create a Selection set based on a specfic Multileade r style
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
hi wayne
another idea, specifically to dxf code: autodesk services & support publish dxf referrences by autocad version here:
http://usa.autodesk.com/adsk/servlet/item?linkID=1
the section for mleaderstyle entities starts on page 107 and on page 108 you should find a dxf group code of '3' relating to 'mleader style description' (dxf ref acad 2011). then there follows more for mleaders in general.
quality bed-time reading that, enjoy
felix
