Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadLusas Class / ReadLusas Constructor / ReadLusas Constructor(Stream)
The file stream

In This Topic
    ReadLusas Constructor(Stream)
    In This Topic
    Stream constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream _
    )
    public ReadLusas( 
       Stream stream
    )

    Parameters

    stream
    The file stream
    See Also