VS:SetBelowItem/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:37, 12 August 2013

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

Description

基準とするアイテムの下に、アイテムを配置します。挿入点からX軸、Y軸方向のオフセットを設定できます。

PROCEDURE SetBelowItem(
dialogID :LONGINT;
srcItemID :LONGINT;
belowtItemID :LONGINT;
indent :INTEGER;
lineSpacing :INTEGER);
def vs.SetBelowItem(dialogID, srcItemID, belowtItemID, indent, lineSpacing):
    return None

Parameters

dialogID LONGINT ダイアログ番号
srcItemID LONGINT 基準となるアイテム番号
belowtItemID LONGINT 配置するアイテム番号
indent INTEGER インデント
lineSpacing INTEGER 行間

Version

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