Category Cabling, Object ProCable

Function ProCableParameterDelete


Description
Deletes one parameter for specified cable
Synopsis
#include <ProCabling.h>
ProErrorProCableParameterDelete(
ProAssembly assy
/* (In)
The assembly
*/
ProCable* p_cable
/* (In)
The handle of cable
*/
ProName param_name
/* (In)
The name of the parameter to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully delete parameter.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_GENERAL_ERROROther error

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Cable Parameters
  3. Production Applications: Cabling: Cable Parameters

Sample Code References:

  1. pt_examples ( UtilCable.c )