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
586dc90d 5f85 66d3 0179 3949677a1232
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Loads a layer state from an LAS file.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static LayerState Load(
string file
)
VB
Public Shared Function Load (
file As String
) As LayerState
C++
public:
static LayerState^ Load(
String^ file
)
F#
static member Load :
file : string -> LayerState
- String
- LAS file to load.
LayerState
A layer state.