VS:SetObjectVariableBoolean/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 SetObjectVariableBoolean(
h :HANDLE;
index :INTEGER;
status :BOOLEAN);
def vs.SetObjectVariableBoolean(h, index, status):
    return None

Parameters

h HANDLE 図形のハンドル
index INTEGER 識別番号
status BOOLEAN 設定値

Example

SetObjectVariableBoolean(17,FALSE);

Version

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