Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / WriteToFileVector Method
If true captures the whole model, else the current viewport
The name of the file to save

In This Topic
    WriteToFileVector Method
    In This Topic
    Saves a vectorial image of the current scene of the active viewport on disk in EMF format.
    Syntax
    'Declaration
     
    Public Sub WriteToFileVector( _
       ByVal fit As Boolean, _
       ByVal fileName As String _
    ) 
    public void WriteToFileVector( 
       bool fit,
       string fileName
    )

    Parameters

    fit
    If true captures the whole model, else the current viewport
    fileName
    The name of the file to save
    Remarks
    If the file exists, it's overwritten.
    See Also