VS:GetDLComponentUseFillClassAttr/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

「ダブルラインの設定」の、番号で指定した構成要素の面の模様に、クラス属性を使っている場合はTRUEを返します。

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

Parameters

index INTEGER 構成要素の番号
useClassAttr BOOLEAN 面の模様にクラス属性を使っている/いない

Version

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

See Also

関連関数:

VS:SetDLComponentUseFillClassAttr

関連関数: [[VS:SetDLComponentUseFillClassAttr]]