Documentação da API > Assembly > Object ProAssembly > Function ProAssemblyHarnessesCollect
Function ProAssemblyHarnessesCollect
Description
Retrieves the array of harnesses for specified assembly and its subassemblies.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCabling.h>
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
The function successfully retrieved.
One or more of the arguments was invalid.
Harness not found in assembly.
Other errors.
Sample Code References
User Guide References
Isto foi útil?