Object ProSubharness

Function ProSubharnessCablesCollect


Description
Retrieve the cables for specified sub harness
Synopsis
#include <ProCabling.h>
ProErrorProSubharnessCablesCollect(
ProSubharness* p_sub_harness
/* (In)
The pointer to the sub harness.
*/
ProCable** p_cables
/* (Out)
ProArray of cables's handles. Function allocates memory for this argument. User must free it using ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved cables.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Production Applications: Cabling: Spool Parameters