VS:SetCompMasterSnaps/ja

From Vectorworks Developer
Revision as of 06:51, 11 January 2017 by Kimura (talk | contribs) (1 revision: 2017 JP S)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

オブジェクトの構成要素のマスタースナップを設定します。

FUNCTION SetCompMasterSnaps(
object :HANDLE;
componentIndex :INTEGER;
masterSnapOnLeft :BOOLEAN;
masterSnapOnRight :BOOLEAN) : BOOLEAN;
def vs.SetCompMasterSnaps(object, componentIndex, masterSnapOnLeft, masterSnapOnRight):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)
componentIndex INTEGER 構成要素の番号
masterSnapOnLeft BOOLEAN 構成要素の左側がマスタースナップを持つかどうか
masterSnapOnRight BOOLEAN 構成要素の右側がマスタースナップを持つかどうか

Version

利用可能バージョン: Vectorworks 2017

See Also

関連関数:

VS:GetCompMasterSnaps

関連関数: [[VS:GetCompMasterSnaps]]