Category Cabling, Object ProCables

Function ProCablesFromLogicalGet


Description
Returns list of imported but not created cables
Synopsis
#include <ProCabling.h>
ProErrorProCablesFromLogicalGet(
ProAssembly assy
/* (In)
The handle to the assembly that contains the cable.
*/
ProName** p_cable_names
/* (Out)
Pointer to ProArray of names. 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 input arguments was invalid
PRO_TK_E_NOT_FOUNDNo cables imported from logical or all already created.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilCable.c )