Category
Cabling
, Object
ProCable
Function ProCableTypeGet
Description
Returns the cable type (normal cable, wire, conductor or bundle)
Synopsis
#include <
ProCabling.h
>
ProError
ProCableTypeGet
(
ProCable
*
p_cable
/* (In)
The handle of cable.
*/
ProCableType
*
p_type
/* (Out)
The cable's type.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved type.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_INVALID_TYPE
Invalid cable type.
PRO_TK_GENERAL_ERROR
- Other error.
Manual References:
Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
Production Applications: Cabling: Cable Identifiers and Types
Sample Code References:
pt_examples ( UtilCable.c )