Special thanks to Brian Ekins and Adam Nagy for this post which is sure to be a time saver! http://modthemachine.typepad.com/my_weblog/2010/10/changing-drawing-curves-to-match-assembly-color.h...
My company primarily works in 2D AutoCAD. Anything we create in 3D requires quite a bit of processing to get everything in the right layers. The above link shows code that does 95% of what we need. The last bit that I'm not sure of is how to retain line types (hidden, phantom, etc.)
Could anyone shed some light on how to handle line types programmatically? I'm specifically looking to retain hidden line types but change their layer color using the above code.