Function ProValueDataGet
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.
Retrieves the data of the value, and fills the user-visible ProValueData structure.
Synopsis
#include <ProValue.h>
ProValueDataGet
(
ProValue value
/* (In)
The value object
*/
ProValueData* value_data
/* (Out)
The data in the value
*/
)
Returns
The function successfully filled in the data for the value.
The input argument is invalid.
Sample Code References
User Guide References
Est-ce que cela a été utile ?