Category Cabling, Object ProCable

Function ProCableNameGet


Description
Returns the cable name
Synopsis
#include <ProCabling.h>
ProErrorProCableNameGet(
ProCable* p_cable
/* (In)
The handle of cable.
*/
ProName name
/* (Out)
The name.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the cable.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid. PRO_TK_GENERAL_ERROR- Other error.

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilCable.c )
  2. pt_examples ( UtilCable.c )
  3. pt_examples ( UtilCable.c )
  4. pt_examples ( UtilCable.c )
  5. pt_examples ( UtilCable.c )