CARenderingStyle::UndefValue

This page is a translated version of the page CARenderingStyle::UndefValue and the translation is 90% complete.

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property variant UndefValue

此屬性指明Analytica值未定義時的返回值。 默認情況下,ADE返回特殊值變體Empty——例如:GetAttribute被應用於一個未設置的屬性時. 一些腳本語言不能處理Empty值。 此時,你可以將UndefValue設定為更方便的值,例如Null(空值),或者空字符串。

數據類型

variant:變體

存取

讀 / 寫

用法

ade.DefaultRenderingStyle.UndefValue = Null;

See Also

Comments


You are not allowed to post comments.