Description
Imports a specified file, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFDocument.Import(filename As String, type As RF3DFileType) As RFErrorCode
The Import syntax has these parts:
| Part | Description |
|---|---|
| filename | [IN] String Required. String expression indicating the file name to import including folder path. |
| type | [IN] RF3DFileType Required. File format to import. |
Remarks