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

In This Topic
    ReadSTL Constructor(String)
    In This Topic
    File name constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String _
    )
    public ReadSTL( 
       string fileName
    )

    Parameters

    fileName
    The file name
    See Also