This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
9c578dda aa37 f9ff 3d5d 19aad416c75b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Exports a layer state to a LAS file.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Export(
string file,
string layerStateName
)VB
Public Sub Export (
file As String,
layerStateName As String
)C++
public:
void Export(
String^ file,
String^ layerStateName
)F#
member Export :
file : string *
layerStateName : string -> unit - String
- LAS file to export.
- String
- Layer state name to export.