Documentazione API > Cabling > Object ProHarness > Function ProHarnessCreate
Function ProHarnessCreate
Description
Creates new harness
Synopsis
#include <ProCabling.h>
ProHarnessCreate
(
ProAssembly asm_mdl
/* (In)
The cabling assembly's handle.
*/
ProName w_name
/* (In)
Harness name.
*/
ProHarness* p_harness
/* (Out)
The harness handle.
*/
)
Returns
The function successfully create harness.
One or more of the arguments was invalid.
Harness with same name already exists.
Other errors.
Sample Code References
User Guide References
È stato utile?