VS:GetDLComponentWidth/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

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

FUNCTION GetDLComponentWidth(
index :INTEGER;
VAR width :REAL) : BOOLEAN;
def vs.GetDLComponentWidth(index):
    return (BOOLEAN, width)

Parameters

index INTEGER 構成要素の番号
width REAL 構成要素の幅

Version

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

See Also

関連関数:

VS:SetDLComponentWidth

関連関数: [[VS:SetDLComponentWidth]]