Category Cabling, Object ProCable

Function ProCableIsComplete


Description
Identifies if a cable is complete.
Synopsis
#include <ProCabling.h>
ProErrorProCableIsComplete(
ProCable* p_cable
/* (In)
The cable.
*/
ProBoolean* is_complete
/* (Out)
Whether the cable is complete.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the cable data.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther errors.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions