Description | ||||||||||||||
Retrieves the array of harnesses for specified assembly and its subassemblies. | ||||||||||||||
Replacement in Object TOOLKIT: | wfcWAssembly::GetHarnesses | |||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProAssemblyHarnessesCollect | ( | ||||||||||||
ProAssembly asm_mdl | ||||||||||||||
/* (In) | ||||||||||||||
Handle of connector's assembly. | ||||||||||||||
*/ | ||||||||||||||
ProHarness** p_harness | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of harnesses. Function allocates memory for this argument. User must free it with ProArrayFree. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|