Category Parameters and relations, Object ProParameter

Function ProParameterDelete


Description
Deletes the specified ProParameter from the database.
Replacement in Object TOOLKIT: pfcParameter::Delete
Synopsis
#include <ProParameter.h>
ProErrorProParameterDelete(
ProParameter* param
/* (In)
The ProParameter to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the parameter.
PRO_TK_E_NOT_FOUNDThe owner was not found.
PRO_TK_GENERAL_ERRORThe parameter was not found, or the function could not perform the action.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Parameters: Accessing Parameters
  3. Core: Parameters: Accessing Parameters

Sample Code References:

  1. pt_examples ( TestParams.c )