Documentazione API > Cabling > Object ProCable > Function ProCableParameterGet
Function ProCableParameterGet
Description
Retrieves one parameter for the specified cable. The cable parameter must be single valued. Requesting a multi-valued parameter will return PRO_TK_E_NOT_FOUND.
Synopsis
#include <ProCabling.h>
ProCableParameterGet
(
/* (In)
The assembly
*/
ProCable* p_cable
/* (In)
The cable
*/
ProName param_name
/* (In)
The parameter name
*/
ProCableparam* p_param
/* (Out)
The handle of cable parameter
*/
)
Returns
The function successfully retrieved the parameter.
cable or parameter with this name does not exist, or the parameter requested is multi-valued.
One or more of the arguments was invalid.
Other error
Sample Code References
User Guide References
È stato utile?