CARenderingStyle::ReferenceAsText

Revision as of 04:43, 13 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CARenderingStyle = property bool ReferenceAsText = Some Analytica expressions can evaluate structured value (such as a tree) containing ref...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to 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.

Data type

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.