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

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

    Parameters

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