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

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

    Parameters

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