Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

9a5bb4aa 7088 b670 822b f4b342178635

haplokuon edited this page May 6, 2023 · 1 revision

Save Method

netDxf 3.0.0 Library

Saves all linetype definitions to a LIN file.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void Save(
	string file,
	bool overwrite
)

VB

Public Sub Save ( 
	file As String,
	overwrite As Boolean
)

C++

public:
void Save(
	String^ file, 
	bool overwrite
)

F#

member Save : 
        file : string * 
        overwrite : bool -> unit 

Parameters

  String
File where the linetype definitions will be saved.
  Boolean
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

Reference

Linetypes Class
netDxf.Collections Namespace

Clone this wiki locally