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

586dc90d 5f85 66d3 0179 3949677a1232

haplokuon edited this page May 6, 2023 · 1 revision

Load Method

netDxf 3.0.0 Library

Loads a layer state from an LAS file.

Definition

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 

Parameters

  String
LAS file to load.

Return Value

LayerState
A layer state.

See Also

Reference

LayerState Class
netDxf.Objects Namespace

Clone this wiki locally