API-Dokumentation > Cabling > Object ProBundle > Function ProBundleCreate
Function ProBundleCreate
Description
Creates new bundle in specified harness after finishing the call, now reset the current model back to its status before the call.
Synopsis
#include <ProCabling.h>
ProBundleCreate
(
ProHarness harness
/* (In)
The harness handle
*/
ProSpool* spool
/* (In)
The spool
*/
ProName bundle_name
/* (In)
The bundles name
*/
ProCable* p_cables
/* (In)
The ProArray of cables to add
*/
ProBoolean is_flat
/* (In)
If PRO_B_TRUE, the bundle is flat. If PRO_B_FALSE, the bundle is round.
*/
ProCable* p_bundle
/* (Out)
The created bundle
*/
)
Returns
The function successfully created the new bundle.
One or more of the arguments was invalid.
Bundle already exists.
Spool does not exist.
Other error.
Sample Code References
User Guide References
War dies hilfreich?