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 409
9da1e328 2616 96fc c2a4 57e85cb67f9d
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.Entities
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.