VS:GetDLComponentFillColors/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

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

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

Parameters

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

Version

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

See Also

関連関数:

VS:SetDLComponentFillColors

関連関数: [[VS:SetDLComponentFillColors]]