Category Cabling, Object ProCable

Function ProCableColorGet


Description
Returns the cable color.
Synopsis
#include <ProCabling.h>
ProErrorProCableColorGet(
ProCable* p_cable
/* (In)
The handle of cable.
*/
ProColor* p_color
/* (Out)
The cable's color.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved color.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther error.