Click or drag to resize

LinetypeSave Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the current linetype to the specified file, if the file does not exist it creates a new one.

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

Parameters

file
Type: SystemString
File where the current linetype will be saved.
See Also