Difference between revisions of "CAObject::RenderingStyle/zh"

(Created page with "读入,对象本身可以改变。")
Line 16: Line 16:
 
== 访问 ==
 
== 访问 ==
  
read, and the object itself is changeable.
+
读入,对象本身可以改变。
  
 
= 用法 =
 
= 用法 =

Revision as of 07:22, 24 October 2015

ADE User Guide > ADE Server Class Reference > CAObject

Other languages:
English • ‎中文

property CARenderingStyle* RenderingStyle

包含一个CARenderingStyle对象,该对象控制数据如何从Analytica返回。 在对象最初实例化时,该属性继承CAEngineDefaultRenderingStyle属性。 其设置控制输入如何从CAObject::ResultCAObject::GetAttribute返回。 当然,此设置也被任何通Evaluate或者ResultTable方法从该对象建立的CATable继承。

数据类型

CARenderingStyle

访问

读入,对象本身可以改变。

用法

obj.RenderingStyle.StringQuotes = 0;

另请参考

Comments


You are not allowed to post comments.