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

9c578dda aa37 f9ff 3d5d 19aad416c75b

haplokuon edited this page May 6, 2023 · 1 revision

Export Method

netDxf 3.0.0 Library

Exports a layer state to a LAS file.

Definition

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 

Parameters

  String
LAS file to export.
  String
Layer state name to export.

See Also

Reference

LayerStateManager Class
netDxf.Collections Namespace

Clone this wiki locally