Category Cabling, Object ProConnectors

Function ProConnectorsFromLogicalGet


Description
Returns list of imported, but not yet designated connectors
Synopsis
#include <ProCabling.h>
ProErrorProConnectorsFromLogicalGet(
ProAssembly asm_mdl
/* (In)
The handle of cablings assembly.
*/
ProName** p_w_name
/* (Out)
Pointer to ProArray of logical connectors names. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved parameters.
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: Finding Harness Connectors
  3. Production Applications: Cabling: Finding Harness Connectors
  4. Production Applications: Cabling: Connectors Parameters
  5. Production Applications: Cabling: Connectors Parameters

Sample Code References:

  1. pt_examples ( UtilCable.c )