Search found 1 match
- 25 Jan 2017, 12:13
- Forum: CAD VCL
- Topic: How to change the layer LineType
- Replies: 5
- Views: 50577
Re: How to change the layer LineType
Hello, You should call a TsgDXFConverter.Loads procedure which reloads a modified object (TsgDXFEntity or its derivatives) in the TsgDXFConverter. reviews of phenq For the layer "1" the Loads call will be the following: vDrawing.Converter.Loads(vDrawing.Converter.LayerByName('1')); The linetypes li...