VS:GetDLComponentFill/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

「ダブルラインの設定」で、指定した番号の構成要素から面の模様番号を取得します。

FUNCTION GetDLComponentFill(
index :INTEGER;
VAR fill :LONGINT) : BOOLEAN;
def vs.GetDLComponentFill(index):
    return (BOOLEAN, fill)

Parameters

index INTEGER 構成要素の番号
fill LONGINT 面の模様番号

Version

利用可能バージョン: VectorWorks12.5

See Also

関連関数:

VS:SetDLComponentFill

関連関数: [[VS:SetDLComponentFill]]