This functionality described here is only available at certain configuration levels. Info / Copyright

Engineering.ImportPXCommand

Engineering.ImportPXCommand

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")