Difference between revisions of "CARenderingStyle::UndefValue"

(Created page with "<< Back to CARenderingStyle = property variant UndefValue = This property specifies the value returned when the Analytica value is Undefined. By de...")
 
Line 1: Line 1:
[[CARenderingStyle|<< Back to CARenderingStyle]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CARenderingStyle]]
 +
<languages />
 +
<translate>
 
= property variant UndefValue =
 
= property variant UndefValue =
  
Line 22: Line 24:
  
 
= See Also =
 
= See Also =
 +
</translate>

Revision as of 01:24, 16 June 2015

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

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.