VS:SetDLComponentUseFillClassAttr/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

「ダブルラインの設定」の、番号で指定した構成要素の面の模様に、クラス属性を設定します。

FUNCTION SetDLComponentUseFillClassAttr(
index :INTEGER;
useClassAttr :BOOLEAN) : BOOLEAN;
def vs.SetDLComponentUseFillClassAttr(index, useClassAttr):
    return BOOLEAN

Parameters

index INTEGER 構成要素の番号
useClassAttr BOOLEAN 面の模様にクラス属性を設定する/しない

Version

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

See Also

関連関数:

VS:GetDLComponentUseFillClassAttr

関連関数: [[VS:GetDLComponentUseFillClassAttr]]