Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteFile Class / WriteFile Constructor / WriteFile Constructor(WriteFileParams,String,FileSerializer)
The WriteFileParams
The file name (it must include the extension)
The file serializer that must be used to write the file. Use this when you need to include additional fields definition for writing custom entities.

In This Topic
    WriteFile Constructor(WriteFileParams,String,FileSerializer)
    In This Topic
    Write params and file name constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeFileParams As WriteFileParams, _
       ByVal fileName As String, _
       Optional ByVal fileSerializer As FileSerializer _
    )

    Parameters

    writeFileParams
    The WriteFileParams
    fileName
    The file name (it must include the extension)
    fileSerializer
    The file serializer that must be used to write the file. Use this when you need to include additional fields definition for writing custom entities.
    Remarks
    If you want to include special Autodesk objects like LayerEx, LinearPathEx, PictureEx, etc. you need to pass a new FileSerializerEx() as fileSerializer parameter.
    See Also