API 설명서 > Miscellaneous > Object ProCabling > Function ProCablingConnectorParamDelete
Function ProCablingConnectorParamDelete
Description
Deletes parameter of specified connector
Synopsis
#include <ProCabling.h>
ProCablingConnectorParamDelete
(
ProSolid solid
/* (In)
handle to the harness assembly or part can be NULL
*/
ProConnector* p_connector
/* (In)
The connectors handle.
*/
ProName w_param_name
/* (In)
The name of parameter.
*/
)
Returns
The function successfully deletes parameter.
One or more of the arguments was invalid.
Connector or parameter with this name does not exist, parameter is required.
Other errors.
도움이 되셨나요?