VS:GetCompMasterSnaps/ja

From Vectorworks Developer
Revision as of 06:50, 11 January 2017 by Kimura (talk | contribs) (1 revision: 2017 JP G)
(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 GetCompMasterSnaps(
object :HANDLE;
componentIndex :INTEGER;
VAR masterSnapOnLeft :BOOLEAN;
VAR masterSnapOnRight :BOOLEAN) : BOOLEAN;
def vs.GetCompMasterSnaps(object, componentIndex):
    return (BOOLEAN, masterSnapOnLeft, masterSnapOnRight)

Parameters

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

Version

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

See Also

関連関数:

VS:SetCompMasterSnaps

関連関数: [[VS:SetCompMasterSnaps]]