Category Feature element trees, Object ProValue

Function ProValueDataSet


DEPRECATED: Since Wildfire 2.0
SUPERSEDED BY: Depends on the context, consult the user documentation.
Description

Note: From release Wildfire 2.0 this function is superseded by the functions:

PTC recommends using the new functions in place of this function in all new or updated user applications.

Sets the data of the value from the ProValueData supplied.

Synopsis
#include <ProValue.h>
ProErrorProValueDataSet(
ProValue value
/* (In)
The value object
*/
ProValueData* value_data
/* (In)
The data to be assigned
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the data.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Element Trees: Principles of Feature Creation: Feature Element Values
  2. Element Trees: Principles of Feature Creation: Feature Element Values
  3. Element Trees: Principles of Feature Creation: Access to ProElement Data
  4. Element Trees: Principles of Feature Creation: Example of Complete Feature Creation

Sample Code References:

  1. pt_autoaxis ( AutoAxis.c )
  2. pt_geardesign ( GearDesignUtils.c )
  3. pt_mfg_proctable ( PTMfgProcTable.c )
  4. pt_mfg_proctable ( PTMfgProcTable.c )
  5. pt_userguide ( UgMfgToolMotions.c )