CARenderingStyle::ReferenceAsText
ADE User Guide > ADE Server Class Reference > CARenderingStyle
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
Enable comment auto-refresher