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

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

    Parameters

    fileName
    The file name.
    See Also