Category Parameters and relations, Object ProParameter

Function ProParameterDesignationAdd


Description
Adds the designation status for the specified model parameter, making the parameter visible to PTC-provided PDM solutions.
Replacement in Object TOOLKIT: pfcBaseParameter::IsDesignated
Synopsis
#include <ProParameter.h>
ProErrorProParameterDesignationAdd(
ProParameter* param
/* (In)
The parameter to add
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the parameter.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_FOUNDThe specified parameter already exists.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestParams.c )