ImportManager.createSATImportOptions Method
Parent Object:
ImportManagerDefined in namespace "adsk::core" and the header file is <Core/Application/ImportManager.h>
Description
Creates an SATImportOptions object that's used to import a design from SAT format. Creation of the SATImportOptions object does not perform the import. You must pass this object to one of the ImportManager import methods to perform the import. The SATImportOptions supports any available options when importing from SAT format.
Syntax
"importManager_var" is a variable referencing an ImportManager object.returnValue = importManager_var.createSATImportOptions(filename)
|
"importManager_var" is a variable referencing an ImportManager object.
#include <Core/Application/ImportManager.h>
returnValue = importManager_var->createSATImportOptions(filename);
|
Return Value
SATImportOptions |
The created SATImportOptions object or null if the creation failed. |
Parameters
filename |
string |
The filename or URL of the SAT file to be imported. |
Samples
Version
Introduced in version September 2015