Documentação da API > Cabling > Object ProCable > Function ProCableParameterDelete
Function ProCableParameterDelete
Description
Deletes one parameter for specified cable
Synopsis
#include <ProCabling.h>
ProCableParameterDelete
(
/* (In)
The assembly
*/
ProCable* p_cable
/* (In)
The handle of cable
*/
ProName param_name
/* (In)
The name of the parameter to delete
*/
)
Returns
The function successfully delete parameter.
Model is in read-only state.
One or more of the arguments was invalid.
Other error
Sample Code References
User Guide References
Isto foi útil?