Category
Cabling
, Object
ProCable
Function ProCableNameGet
Description
Returns the cable name
Synopsis
#include <
ProCabling.h
>
ProError
ProCableNameGet
(
ProCable
*
p_cable
/* (In)
The handle of cable.
*/
ProName
name
/* (Out)
The name.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully initialized the cable.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_GENERAL_ERROR
- Other error.
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Production Applications: Cabling: Cable Identifiers and Types
Production Applications: Cabling: Cable Identifiers and Types
Sample Code References:
pt_examples ( UtilCable.c )
pt_examples ( UtilCable.c )
pt_examples ( UtilCable.c )
pt_examples ( UtilCable.c )
pt_examples ( UtilCable.c )