ImportManager.createSVGImportOptions Method
Parent Object:
ImportManagerDefined in namespace "adsk::core" and the header file is <Core/Application/ImportManager.h>
Description
Creates a SVGImportOptions object that is used to import SVG data into a sketch. Creation of the SVGImportOptions object does not perform the import. You must pass this object to the importToTarget or importToTarget2 methods to perform the import and provide the sketch you want to import to as the target.
Syntax
"importManager_var" is a variable referencing an ImportManager object.returnValue = importManager_var.createSVGImportOptions(fullFilename)
|
"importManager_var" is a variable referencing an ImportManager object.
#include <Core/Application/ImportManager.h>
returnValue = importManager_var->createSVGImportOptions(fullFilename);
|
Return Value
SVGImportOptions |
The created SVGImportOptions object or null if the creation failed. |
Parameters
fullFilename |
string |
The full filename, including the path, of the SVG file. |
Version
Introduced in version October 2022