Documentação da API > Cabling > Object ProCable > Function ProCableColorGet
Function ProCableColorGet
Description
Returns the cable color.
Synopsis
#include <ProCabling.h>
ProCableColorGet
(
ProCable* p_cable
/* (In)
The handle of cable.
*/
ProColor* p_color
/* (Out)
The cable's color.
*/
)
Returns
The function successfully retrieved color.
One or more of the arguments was invalid.
Other error.
Isto foi útil?