Category
Cabling
, Object
ProConnector
Function ProConnectorParamDelete
Description
Deletes parameter of specified connector
Synopsis
#include <
ProCabling.h
>
ProError
ProConnectorParamDelete
(
ProConnector
*
p_connector
/* (In)
The connectors handle.
*/
ProName
w_param_name
/* (In)
The name of parameter.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deletes parameter.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_E_NOT_FOUND
Connector or parameter with this name does not exist, parameter is required.
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 )