Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadIFC Class / ReadIFC Constructor / ReadIFC Constructor(String)
The file name

In This Topic
    ReadIFC Constructor(String)
    In This Topic
    Constructor with file name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String _
    )
    public ReadIFC( 
       string fileName
    )

    Parameters

    fileName
    The file name
    See Also