Category
Cabling
, Object
ProConnector
Function ProConnectorParamsSet
Description
Sets parameters of specified connector
Synopsis
#include <
ProCabling.h
>
ProError
ProConnectorParamsSet
(
ProConnector
*
p_connector
/* (In)
The connectors handle.
*/
ProCableparam
*
params
/* (In)
The new parameters.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set parameters.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_E_NOT_FOUND
The specified assembly is invalid or the member is not a connector
PRO_TK_GENERAL_ERROR
Other errors.
Manual References:
Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
Production Applications: Cabling: Connectors Parameters
Production Applications: Cabling: Connectors Parameters
Sample Code References:
pt_examples ( UtilCable.c )