Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewOnFileAutodesk Class / HiddenLinesViewOnFileAutodesk Constructor / HiddenLinesViewOnFileAutodesk Constructor(HiddenLinesViewSettings,String,versionType,Double,Boolean)
Hidden Lines computation settings
The name of the file to save
The AutoCAD file version
The scale of the drawing
Saves the colors as Aci colors (Autocad color index) if possible

In This Topic
    HiddenLinesViewOnFileAutodesk Constructor(HiddenLinesViewSettings,String,versionType,Double,Boolean)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal viewSettings As HiddenLinesViewSettings, _
       ByVal filename As String, _
       ByVal version As WriteAutodesk.versionType, _
       ByVal scale As Double, _
       Optional ByVal aciColors As Boolean _
    )
    public HiddenLinesViewOnFileAutodesk( 
       HiddenLinesViewSettings viewSettings,
       string filename,
       WriteAutodesk.versionType version,
       double scale,
       bool aciColors
    )

    Parameters

    viewSettings
    Hidden Lines computation settings
    filename
    The name of the file to save
    version
    The AutoCAD file version
    scale
    The scale of the drawing
    aciColors
    Saves the colors as Aci colors (Autocad color index) if possible
    See Also