Category Cabling, Object ProCablelocation

Function ProCablelocationCablesGet


Description
Find cables at the specified location
Synopsis
#include <ProCabling.h>
ProErrorProCablelocationCablesGet(
ProCablelocation* p_loc
/* (In)
The location.
*/
ProCable** p_cables
/* (Out)
Pointer to ProArray of cables. The function allocates memory for this argument. To free it, call the function ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully get list of cables.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Cable Routing Locations

Sample Code References:

  1. pt_examples ( UtilCable.c )