|
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. >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); |