Description | ||||||||||||||
Retrieves the harnesses in the assembly that contain the given cable. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProCableHarnessesGet | ( | ||||||||||||
ProAssembly assy | ||||||||||||||
/* (In) | ||||||||||||||
The assembly handle | ||||||||||||||
*/ | ||||||||||||||
ProName w_cable_name | ||||||||||||||
/* (In) | ||||||||||||||
The cable's name. | ||||||||||||||
*/ | ||||||||||||||
ProHarness** p_harnesses | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of harnesses. Function allocates memory for this argument. User must free memory by ProArrayFree | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|