Executes the import operation to import a file (of the format specified by the input ImportOptions object) into an existing component in an existing design and returns the imported objects.
"importManager_var" is a variable referencing an ImportManager object.
|
"importManager_var" is a variable referencing an ImportManager object.
|
Type | Description |
ObjectCollection | Returns an ObjectCollection containing the results of whatever was created as a result of the import. null is returned in the case of failure. |
Name | Type | Description |
importOptions | ImportOptions | An ImportOptions object that is created using one of the create methods on the ImportManager object. This defines the type of file and any available options supported for that file type. Supplying a DXF2DImportOptions object will result in the creation of one or more sketches (depending on the layers in the DXF file) in the target component. |
target | Base | For most import types this will be a Component. For SVGImportOptions this is the sketch you want to import the SVG data into. |