CARenderingStyle::UndefValue

Revision as of 05:06, 13 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CARenderingStyle = property variant UndefValue = This property specifies the value returned when the Analytica value is Undefined. By de...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to CARenderingStyle

property variant UndefValue

This property specifies the value returned when the Analytica value is Undefined. By default, ADE returns the special value variant Empty — for example, when GetAttribute is applied to an attribute that was not set. Some scripting languages cannot manipulate the value Empty. In this case, you can set UndefValue to something more convenient, such as Null or the empty string.

Data type

variant

Access

read/write

Usage

ade.DefaultRenderingStyle.[[CARenderingStyle::UndefValue|UndefValue] = Null;

See Also

Comments


You are not allowed to post comments.