VS:SetDLComponentFillColors/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

「ダブルラインの設定」の、番号で指定した構成要素の面の色と地色を設定します。

FUNCTION SetDLComponentFillColors(
index :INTEGER;
fillForeColor :INTEGER;
fillBackColor :INTEGER) : BOOLEAN;
def vs.SetDLComponentFillColors(index, fillForeColor, fillBackColor):
    return BOOLEAN

Parameters

index INTEGER 構成要素の番号
fillForeColor INTEGER 構成要素の面の色
fillBackColor INTEGER 構成要素の面の地色

Version

利用可能バージョン: VectorWorks 2008

See Also

関連関数:

VS:GetDLComponentFillColors

関連関数: [[VS:GetDLComponentFillColors]]