VS:SetSymbolOptionsN/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision: 2014J VS Reference S)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 30: Line 29:
insertMode
insertMode
INTEGER
INTEGER
挿入位置 
挿入位置
</line>
</line>
<line>
<line>
Line 56: Line 55:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: VectorWorks8.5
Availability: from VectorWorks8.5


</version>
</version>

Latest revision as of 03:37, 16 January 2014

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

Description

シンボルの挿入位置と壁の処理、デフォルトのクラスを設定します。

PROCEDURE SetSymbolOptionsN(
name :STRING;
insertMode :INTEGER;
breakMode :INTEGER;
className :STRING);
def vs.SetSymbolOptionsN(name, insertMode, breakMode, className):
    return None

Parameters

name STRING シンボルの名前
insertMode INTEGER 挿入位置
breakMode INTEGER 壁の処理
className STRING クラスの名前

Version

Availability: from VectorWorks8.5