Category Parameters and relations, Object ProParameter

Function ProParameterDesignationRemove


Description
Removes the specified model parameter's designation status, making the parameter invisible to PTC-provided PDM solutions.
Replacement in Object TOOLKIT: pfcBaseParameter::IsDesignated
Synopsis
#include <ProParameter.h>
ProErrorProParameterDesignationRemove(
ProParameter* param
/* (In)
The parameter to be removed
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the parameter.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDThe specified parameter was not found.

Manual References:

  1. Core: Parameters: Designating Parameters Windchill Servers

Sample Code References:

  1. pt_examples ( TestParams.c )