Category Parameters and relations, Object ProParameter

Function ProParameterDesignationVerify


Description
Obtains the specified model parameter's designation status, which determines whether the parameter is visible to PTC-provided PDM solutions.
Replacement in Object TOOLKIT: pfcBaseParameter::IsDesignated
Synopsis
#include <ProParameter.h>
ProErrorProParameterDesignationVerify(
ProParameter* param
/* (In)
The parameter to be verified.
*/
ProBoolean* p_exist
/* (Out)
If the parameter exists, this is PRO_B_TRUE; otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully verified the parameter.
PRO_TK_BAD_INPUTSThe input argument is invalid.

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 )
  2. pt_examples ( TestParams.c )
  3. pt_udf_examples ( PTUDFExParamInfo.c )