CARenderingStyle::ReferenceAsText

Revision as of 05:53, 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

Access

read/write

Usage

VB

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

See Also

Comments


You are not allowed to post comments.