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 414
9a5bb4aa 7088 b670 822b f4b342178635
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Saves all linetype definitions to a LIN file.
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
- String
- File where the linetype definitions will be saved.
- Boolean
- Defines if the file will be overwritten in case exits another one.
Only non reserved linetypes will be saved, therefore Continuous, ByLayer, and ByBlock will be excluded.