VS:GetDLComponentWidth/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:30, 12 August 2013

.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]]