VS:SetCompUseClassASFCl/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: Japanese Reference for 2016)
 
(No difference)

Latest revision as of 12:33, 14 January 2016

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

オブジェクトの構成要素の切り替え位置の面にクラス属性の色を使用するかどうかのフラグを設定します。

FUNCTION SetCompUseClassASFCl(
object :HANDLE;
componentIndex :INTEGER;
useClassFillColorsForAlternateSectionFill :BOOLEAN) : BOOLEAN;
def vs.SetCompUseClassASFCl(object, componentIndex, useClassFillColorsForAlternateSectionFill):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(屋根、屋根スタイルまたは、屋根設定)
componentIndex INTEGER 構成要素の番号
useClassFillColorsForAlternateSectionFill BOOLEAN 切り替え位置の面にクラス属性の色を使用する/しない

Version

利用可能バージョン: Vectorworks 2016

See Also

関連関数:

VS:GetCompUseClassASFCl

関連関数: [[VS:GetCompUseClassASFCl]]