VS:SetPrefLongInt/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:38, 12 August 2013

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

Description

環境設定の指定した項目をLONGINT型の値で設定します。

PROCEDURE SetPrefLongInt(
index :INTEGER;
value :LONGINT);
def vs.SetPrefLongInt(index, value):
    return None

Parameters

index INTEGER 識別番号
value LONGINT 設定値

Example

SetPrefLongInt(55,128);

Version

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