VS:SetDLComponentPenColors/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

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

FUNCTION SetDLComponentPenColors(
index :INTEGER;
leftPenForeColor :INTEGER;
leftPenBackColor :INTEGER;
rightPenForeColor :INTEGER;
rightPenBackColor :INTEGER) : BOOLEAN;
def vs.SetDLComponentPenColors(index, leftPenForeColor, leftPenBackColor, rightPenForeColor, rightPenBackColor):
    return BOOLEAN

Parameters

index INTEGER 構成要素の番号
leftPenForeColor INTEGER 左の線の色
leftPenBackColor INTEGER 左の線の地色
rightPenForeColor INTEGER 右の線の色
rightPenBackColor INTEGER 右の線の地色

Version

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

See Also

関連関数:

VS:GetDLComponentPenColors

関連関数: [[VS:GetDLComponentPenColors]]