Creates an SMTImportOptions object that's used to import a design from SMT format. Creation of the SMTImportOptions object does not perform the import. You must pass this object to one of the ImportManager import methods to perform the import. The SMTImportOptions supports any available options when importing from SMT format.
"importManager_var" is a variable referencing an ImportManager object.
|
"importManager_var" is a variable referencing an ImportManager object.
|
Type | Description |
SMTImportOptions | The created SMTImportOptions object or null if the creation failed. |
Name | Type | Description |
filename | string | The filename or URL of the SMT file to be imported. |
Name | Description |
Import Manager API Sample | Demonstrates how to import different formats to Fusion document |