Category Cabling, Object ProHarness

Function ProHarnessSubharnessesCollect


Description
Collect all subharnesses in the input harness part.
Synopsis
#include <ProCabling.h>
ProErrorProHarnessSubharnessesCollect(
ProAssembly p_assem
/* (In)
The input assembly.
*/
ProHarness p_harness
/* (In)
The input harness part.
*/
ProSubharness** p_sub_harnesses
/* (Out)
Pointer to ProArray of ProSubharness. The function allocates memory for this argument. Use ProArrayFree to free it.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Production Applications: Cabling: Finding a Harness