Eyeshot 10 WinForms API Reference
ReadLAS Constructor(Stream,formatType)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadLAS Class > ReadLAS Constructor : ReadLAS Constructor(Stream,formatType)
The file stream
The format type. See ReadLAS.formatType enum.
Stream constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   Optional ByVal formatType As ReadLAS.formatType _
)
public ReadLAS( 
   Stream stream,
   ReadLAS.formatType formatType
)

Parameters

stream
The file stream
formatType
The format type. See ReadLAS.formatType enum.
Remarks
The closing of the stream is delegated to you.
See Also

Reference

ReadLAS Class
ReadLAS Members
Overload List