VS:SetPref/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

環境設定の指定した項目の選択状態をBOOLEAN型の値で設定します。

PROCEDURE SetPref(
index :INTEGER;
status :BOOLEAN);
def vs.SetPref(index, status):
    return None

Parameters

index INTEGER 識別番号
status BOOLEAN チェックの有無

Example

SetPref(17,FALSE);

Version

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