Category
Cabling
, Object
ProCable
Function ProCableIsComplete
Description
Identifies if a cable is complete.
Synopsis
#include <
ProCabling.h
>
ProError
ProCableIsComplete
(
ProCable
*
p_cable
/* (In)
The cable.
*/
ProBoolean
*
is_complete
/* (Out)
Whether the cable is complete.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully got the cable data.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_GENERAL_ERROR
Other errors.
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions