API 文件集 > Cabling > Object ProConnector > Function ProConnectorParamDelete
Function ProConnectorParamDelete
Description
Deletes parameter of specified connector
Synopsis
#include <ProCabling.h>
ProConnectorParamDelete
(
ProConnector* p_connector
/* (In)
The connectors handle.
*/
ProName w_param_name
/* (In)
The name of parameter.
*/
)
Returns
The function successfully deletes parameter.
Model is in read-only state.
One or more of the arguments was invalid.
Connector or parameter with this name does not exist, parameter is required.
Other errors.
Sample Code References
這是否有幫助?