API Documentation > Parameters and relations > Object ProParameter > Function ProParameterDesignationVerify
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:
Synopsis
#include <ProParameter.h>
ProParameterDesignationVerify
(
/* (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
The function successfully verified the parameter.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?