Category Cabling, Object ProHarness

Function ProHarnessCablesCollect


Description
Retrive the cables for specified harness
Synopsis
#include <ProCabling.h>
ProErrorProHarnessCablesCollect(
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
PRO_TK_NO_ERRORThe function successfully retrieved cables.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Finding the Cables in a Harness
  3. Production Applications: Cabling: Finding the Cables in a Harness

Sample Code References:

  1. pt_examples ( UtilCable.c )