Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7b59b826 c615 a6e9 1a37 cbda3acc03a2

haplokuon edited this page May 6, 2023 · 1 revision

Import Method

netDxf 3.0.0 Library

Imports a layer state from a LAS file.

Definition

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 

Parameters

  String
LAS file to import.
  Boolean
Defines if the imported layer state will overwrite any existing one with the same name.

See Also

Reference

LayerStateManager Class
netDxf.Collections Namespace

Clone this wiki locally