Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteXML Class / WriteXML Constructor / WriteXML Constructor(WriteParamsWithUnits,String)
The WriteParamsWithUnits
The file name (with *.stl extension)

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

    Parameters

    writeParams
    The WriteParamsWithUnits
    fileName
    The file name (with *.stl extension)
    Remarks
    If the file already exists, it will be overwritten.
    See Also