VS:GetObjectVariableInt/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

ハンドルで指定した図形の整数(INTEGER)設定値を返します。

FUNCTION GetObjectVariableInt(
h :HANDLE;
index :INTEGER) : INTEGER;
def vs.GetObjectVariableInt(h, index):
    return INTEGER

Parameters

h HANDLE 図形のハンドル
index INTEGER 識別番号

Return Value

整数(INTEGER)設定値を返します。

Example

numCavities:= GetObjectVariableInt(h,199);

Version

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