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 411
7b59b826 c615 a6e9 1a37 cbda3acc03a2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Imports a layer state from a LAS file.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Import(
string file,
bool overwrite
)
VB
Public Sub Import (
file As String,
overwrite As Boolean
)
C++
public:
void Import(
String^ file,
bool overwrite
)
F#
member Import :
file : string *
overwrite : bool -> unit
- String
- LAS file to import.
- Boolean
- Defines if the imported layer state will overwrite any existing one with the same name.