Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadIGES Class / ReadIGES Constructor / ReadIGES Constructor(String,Boolean)
The file name
Applies IGES model space scale

In This Topic
    ReadIGES Constructor(String,Boolean)
    In This Topic
    File name constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String, _
       Optional ByVal applyScaling As Boolean _
    )
    public ReadIGES( 
       string fileName,
       bool applyScaling
    )

    Parameters

    fileName
    The file name
    applyScaling
    Applies IGES model space scale
    See Also