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.
"importManager_var" is a variable referencing an ImportManager object.
|
"importManager_var" is a variable referencing an ImportManager object.
|
Type | Description |
SVGImportOptions | The created SVGImportOptions object or null if the creation failed. |
Name | Type | Description |
fullFilename | string | The full filename, including the path, of the SVG file. |