Not applicable
06-13-2019
10:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I have some code that loops through the drawing views and changes the drawingcurve segments to different layers according to the sheet format. So I have a Layer called "detail" with a continuous line type. My code changes the segment from its layer to the "detail" layer and I need it to change the segments line type from bylayer to "dashed". I cannot seem to figure this one out.
So I am using drawingview.DrawingCurves.segments.item(1) but there seems to be no way to change linetype for a single segment.
Solved! Go to Solution.
Link copied