Documentación de la API > Cabling > Object ProHarness > Function ProHarnessCablesCollect
Function ProHarnessCablesCollect
Description
Retrive the cables for specified harness
Synopsis
#include <ProCabling.h>
ProHarnessCablesCollect
(
ProHarness harness
/* (In)
The handle of harness.
*/
ProCable** p_cables
/* (Out)
ProArray of cables's handles. Function allocates memory for this argument. User must free it's using ProArrayFree.
*/
)
Returns
The function successfully retrieved cables.
One or more of the arguments was invalid.
Other error.
Sample Code References
User Guide References
¿Fue esto útil?