Not applicable
07-28-2016
02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was trying to retrieve useable line style(shown in combobox when we draw model or detail line) as typed below
FilteredElementCollector collector = new FilteredElementCollector(doc).OfClass(typeof(GraphicsStyle)).WhereElementIsNotElementType();
this code return so many graphicsstyle element.
i want to filter useable line style when draw line.
Solved! Go to Solution.
Link copied