Imports all projects occurring in a PX file.
| Argument | Type | Description |
|---|---|---|
| absolutePXFilePath | String | Absolute name of the PX file to import from |
Engineering.ImportPXCommand("c:\importfiles\project.px")
Imports all projects occurring in a PX file. Existing projects can be updated.
| Argument | Type | Description |
|---|---|---|
| absolutePXFilePath | String | Absolute name of the PX file to import from |
| updateExisting | Boolean | Update existing projects |
Engineering.ImportPXCommand("c:\importfiles\project.px", "true")