CARenderingStyle::ReferenceAsText

Revision as of 05:55, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "== 另请参考 ==")

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property bool ReferenceAsText

Some Analytica expressions can evaluate structured value (such as a tree) containing references. This property controls whether references are returned as CATable objects (containing the de-referenced value), or rendered as text. By default, they are returned as CATable objects. Note that in Analytica, a reference is treated as atomic, even though its dereferenced value can be array valued.

数据类型

Boolean:布尔值

访问

读 / 写

用法

VB

obj.SetAttribute("定义", "\(A^t)")
dim res as CATable = obj.Evaluate("\(A^t)")
res.RenderingStyle.ReferenceAsText = false
def derefdVal as CATable = res.AtomicValue

另请参考

Comments


You are not allowed to post comments.