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