Category Cabling, Object ProHarness

Function ProHarnessLocationsCollect


Description
Retrive the locations for specified harness
Synopsis
#include <ProCabling.h>
ProErrorProHarnessLocationsCollect(
ProAssembly assy
/* (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
PRO_TK_NO_ERRORThe function successfully retrieved locations.
PRO_TK_BAD_INPUTSOne or more of the input 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: Cable Routing Locations
  3. Production Applications: Cabling: Cable Routing Locations

Sample Code References:

  1. pt_examples ( UtilCable.c )