ReadLAS(Stream, formatType) Constructor

Stream constructor.
Public Sub New( _ 
ByVal stream As Stream, _ 
Optional ByVal formatType As formatType = formatType.Plain _ 
)
This language is not supported or no code example is available.
public ReadLAS( 
Stream stream
formatType formatType = formatType.Plain 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream

formatType
formatType

The format type. See formatType enum.

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition