Documentation de l'API > Miscellaneous > Object ProCabling > Function ProCablingSchematicswirelistImport
Function ProCablingSchematicswirelistImport
Description
Import Creo Schematics wire list from file.
Synopsis
#include <ProCabling.h>
ProCablingSchematicswirelistImport
(
ProAssembly p_assem
/* (In)
The input assembly.
*/
ProPath filename
/* (In)
The input file name, including the extension. this can be the full path to the file.
*/
ProName* layer_names
/* (In)
Pro Array contain the layer names to import. Can be NULL and in this case we will import the entire file
*/
)
Returns
The function successfully processed the file.
A general error occurred and the function failed.
User Guide References
Est-ce que cela a été utile ?