VS:SetComponentWidth/ja

From Vectorworks Developer
Revision as of 14:37, 12 August 2013 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search

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

Description

ハンドルで指定した壁で、指定した番号の構成要素の幅を設定します。

ハンドルがNILならば、デフォルト壁スタイルに作用します。

FUNCTION SetComponentWidth(
object :HANDLE;
componentIndex :INTEGER;
width :REAL)Coordinate)) : BOOLEAN;
def vs.SetComponentWidth(object, componentIndex, width):
    return BOOLEAN

Parameters

object HANDLE 壁または壁スタイルのハンドル
componentIndex INTEGER 構成要素の番号
width REAL (Coordinate) 構成要素の幅

Version

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

See Also

関連関数:

VS:GetComponentWidth

関連関数: [[VS:GetComponentWidth]]