API Documentation > Feature element trees > Object ProElement > Function ProElementValueSet
Function ProElementValueSet
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 function ProElementValuetypeGet() followed by one of the following:
PTC recommends using the new functions in place of this function in all new or updated user applications.
Sets the single value of the specified element.
Synopsis
#include <ProElement.h>
ProElementValueSet
(
/* (In)
The element
*/
ProValue value
/* (In)
The value to set
*/
)
Returns
The function successfully set the value.
One or more of the arguments are invalid.
See Also
Sample Code References
User Guide References
Was this helpful?