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

f7e6cb42 fb88 18ed ec3b d0f861f50b8d

haplokuon edited this page May 6, 2023 · 1 revision

Save Method

netDxf 3.0.0 Library

Saves the current layer state to a LAS file.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Save(
	string file
)

VB

Public Function Save ( 
	file As String
) As Boolean

C++

public:
bool Save(
	String^ file
)

F#

member Save : 
        file : string -> bool 

Parameters

  String
LAS file to save.

Return Value

Boolean
Returns true if the file has been successfully saved, false otherwise.

See Also

Reference

LayerState Class
netDxf.Objects Namespace

Clone this wiki locally