API Documentation > Parameters and relations > Object ProRelation > Function ProRelationEvalWithUnitsRefResolve
Function ProRelationEvalWithUnitsRefResolve
Description
Evaluates the supplied right-hand side of typical expressions with symbols (lhs = rhs) and returns the value in the form of a parameter value
Replacement in Object TOOLKIT:
Synopsis
#include <ProRelSet.h>
ProRelationEvalWithUnitsRefResolve
(
ProRelset* p_relset
/* (In)
The relation set
*/
ProLine rhs_expr
/* (In)
The right-hand side of any relation line in the relation set
*/
ProParamvalue* p_value
/* (Out)
The evaluated result in the form of a parameter value
*/
/* (Out)
The units of the evaluated result
*/
ProBool consider_units
/* (In)
Specifies if units should be considered
*/
)
Returns
The function successfully evaluated the expression.
One or more inputs is invalid
An error occurred and the function failed.
Sample Code References
User Guide References
Was this helpful?