API 설명서 > Feature element trees > Object ProValue > Function ProValueDataSet
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>
ProValueDataSet
(
ProValue value
/* (In)
The value object
*/
ProValueData* value_data
/* (In)
The data to be assigned
*/
)
Returns
The function successfully set the data.
One or more of the arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?