CARenderingStyle::GeneralExpression

This page is a translated version of the page CARenderingStyle::GeneralExpression and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property bool GeneralExpression

决定字符串值在被写入到定义表中时如何解释。当为True(默认),字符串当作一个表达式,必须解释为一个有效的表达式。当为False时,字符串作为文字串存储。例如,当GeneralExpression为true时,Pi将被解释为标识符Pi,因此求值结果为3.141592654,但是当GeneralExpression为false时,同样的字符串将被解释为文字字符串,计算结果将是两个字符组成的文字串。

数据类型

Boolean:布尔值

存取

读 / 写

用法

defTab.RenderingStyle.GeneralExpression = False

另请参考

Comments


You are not allowed to post comments.