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

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

    Parameters

    stream
    The file stream
    Remarks
    The closing of the stream is delegated to you.
    See Also