Category Feature element trees, Object ProElementwstropts

Function ProElementwstroptsSignoptionsSet


Description
Sets the options to retrieve values as positive or with/without sign. Applicable to double and integer value elements only.
Synopsis
#include <ProElemoptions.h>
ProErrorProElementwstroptsSignoptionsSet(
ProElementWstringOptions options
/* (In)
The options.
*/
ProBoolean as_positive
/* (In)
PRO_B_TRUE if retrive absolute value only or PRO_B_FALSE if retrive value as is.
*/
ProBoolean with_sign
/* (In)
PRO_B_TRUE if retrive with value sign (+/-) or PRO_B_FALSE if retrive value as is (positive without sign, negative with sign)
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
See Also
ProElementWstringGet

Manual References:

  1. Element Trees: Principles of Feature Creation: Access to ProElement Data
  2. Element Trees: Principles of Feature Creation: Access to ProElement Data