VS:SetDLComponentWidth/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

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

FUNCTION SetDLComponentWidth(
index :INTEGER;
widthDistance :REAL)Coordinate)) : BOOLEAN;
def vs.SetDLComponentWidth(index, widthDistance):
    return BOOLEAN

Parameters

index INTEGER 構成要素の番号
widthDistance REAL (Coordinate) 構成要素の幅

Version

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

See Also

関連関数:

VS:GetDLComponentWidth

関連関数: [[VS:GetDLComponentWidth]]