ReadLAS(String, formatType) Constructor

File name constructor.
Public Sub New( _ 
ByVal fileName As String, _ 
Optional ByVal formatType As formatType = formatType.Plain _ 
)
This language is not supported or no code example is available.
public ReadLAS( 
string fileName
formatType formatType = formatType.Plain 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name

formatType
formatType

The format type. See formatType enum.

.NET Framework

Supported in: 4.8

In this article

Definition