API Documentation > Cabling > Object ProConnector > Function ProConnectorParamGet
Function ProConnectorParamGet
Description
Gets connector's parameter
Synopsis
#include <ProCabling.h>
ProConnectorParamGet
(
ProConnector* p_connector
/* (In)
The connectors handle.
*/
ProName w_param_name
/* (In)
Parameter's name.
*/
ProCableparam* p_param
/* (Out)
The parameter handle.
*/
)
Returns
The function successfully gets parameter.
One or more of the arguments was invalid.
Other errors.
Sample Code References
User Guide References
Was this helpful?