API Documentation > Feature element trees > Object ProElementwstropts > Function ProElementwstroptsExpressionsSet
Function ProElementwstroptsExpressionsSet
Description
Sets the options to retrieve values as expressions or relations instead of string representations of the actual value, if they exist. Applicable to double value elements only.
Synopsis
#include <ProElemoptions.h>
ProElementwstroptsExpressionsSet
(
/* (In)
The options.
*/
ProBoolean as_expression
/* (In)
PRO_B_TRUE to obtain values as expression if possible.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
See Also
User Guide References
Was this helpful?