Documentación de la API > Miscellaneous > Object ProSubharness > Function ProSubharnessCablesCollect
Function ProSubharnessCablesCollect
Description
Retrieve the cables for specified sub harness
Synopsis
#include <ProCabling.h>
ProSubharnessCablesCollect
(
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
The function successfully retrieved cables.
One or more of the arguments was invalid.
Other error.
User Guide References
¿Fue esto útil?