This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
95f64fda 686b 6cf3 cc69 6593a2f7e07c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Saves the current linetype to the specified file, if the file does not exist it creates a new one.
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
- String
- File where the current linetype will be saved.