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
f7e6cb42 fb88 18ed ec3b d0f861f50b8d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Saves the current layer state to a LAS file.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Save(
string file
)
VB
Public Function Save (
file As String
) As Boolean
C++
public:
bool Save(
String^ file
)
F#
member Save :
file : string -> bool
- String
- LAS file to save.
Boolean
Returns true if the file has been successfully saved, false otherwise.