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

In This Topic
    WriteXML Constructor(WriteParamsWithUnits,Stream)
    In This Topic
    Standard constructor with document and stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParamsWithUnits, _
       ByVal stream As Stream _
    )
    public WriteXML( 
       WriteParamsWithUnits writeParams,
       Stream stream
    )

    Parameters

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