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.
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
Enable comment auto-refresher