SetPref
の編集
[
ホーム
|
一覧
|
検索
|
最終更新
|
ヘルプ
] [
新規
]
VWRR
・
WIKIBOX
建築mome
・
メーカー
最新の40件
2018-07-17
VectorScript
2013-05-25
例題の解説
2011-12-09
ΔxΔy
GetLine
Distance
Num2Str
2011-12-08
寸法変倍
MenuBar
日付スタンプ
Date
面積スタンプ
2011-12-07
HArea
Num2StrF
TextOrigin
GetPt
FSActLayer
FActLayer
Concat
BeginText
EndText
図面の中を検索
ReDraw
MoveObjs
GetKeyDown
ClrMessage
Message
Y方向複製
2011-12-06
キー入力
ダイアログ
2011-12-04
図形の整列
2011-11-26
属性を設定する
Locus
変数
Oval
識別子
定数
基本型
言語仕様
制御命令
IF
total:
268
today:
1
yesterday:
0
now:
2
Top
> SetPref
Declaration: >PROCEDURE SetPref( index :INTEGER; status :BOOLEAN ) ; Description: >Procedure SetPref sets the on-off status of a Vectorworks preference dialogitem. Parameter index specifies the preference item, and parameter status sets the on-off status of the item. A table of preference dialog items and their corresponding IDs may be found in the Appendix. 説明 >環境設定の指定した項目の選択状態をBOOLEAN型の値で設定します。 Parameters: >index Preference item constant. 識別番号 status On- off status of preference. チェックの有無 Example: >SetPref(17,FALSE);
タイムスタンプを変更しない
Declaration: >PROCEDURE SetPref( index :INTEGER; status :BOOLEAN ) ; Description: >Procedure SetPref sets the on-off status of a Vectorworks preference dialogitem. Parameter index specifies the preference item, and parameter status sets the on-off status of the item. A table of preference dialog items and their corresponding IDs may be found in the Appendix. 説明 >環境設定の指定した項目の選択状態をBOOLEAN型の値で設定します。 Parameters: >index Preference item constant. 識別番号 status On- off status of preference. チェックの有無 Example: >SetPref(17,FALSE);