Click or drag to resize

LinetypesSave Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves all linetype definitions to a LIN file.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Save(
	string file,
	bool overwrite
)
Request Example View Source

Parameters

file
Type: SystemString
File where the linetype definitions will be saved.
overwrite
Type: SystemBoolean
Defines if the file will be overwritten in case exits another one.
Remarks
Only non reserved linetypes will be saved, therefore Continuous, ByLayer, and ByBlock will be excluded.
See Also