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

95f64fda 686b 6cf3 cc69 6593a2f7e07c

haplokuon edited this page May 6, 2023 · 1 revision

Save Method

netDxf 3.0.0 Library

Saves the current linetype to the specified file, if the file does not exist it creates a new one.

Definition

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

C#

public void Save(
	string file
)

VB

Public Sub Save ( 
	file As String
)

C++

public:
void Save(
	String^ file
)

F#

member Save : 
        file : string -> unit 

Parameters

  String
File where the current linetype will be saved.

See Also

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally