API 文档 > Feature element trees > Object ProElementwstropts > Function ProElementwstroptsSignoptionsSet
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>
ProElementwstroptsSignoptionsSet
(
/* (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
The function succeeded.
One or more arguments was invalid.
See Also
User Guide References
这对您有帮助吗?