Category Cabling, Object ProSpool

Function ProSpoolCablesLengthGet


Description
Get the total length of all cables in the input harness using this specified spool
Synopsis
#include <ProCabling.h>
ProErrorProSpoolCablesLengthGet(
ProSpool* spool
/* (In)
Handle of spool.
*/
ProHarness harness_ptr
/* (In)
Handle of the specified harness part
*/
double* p_length
/* (Out)
total length of the cables.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the length.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Production Applications: Cabling: Spool Parameters
  2. Production Applications: Cabling: Spool Parameters