VS:GetProduct/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:32, 12 August 2013

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

Description

製品番号とパッケージ番号を返します。

使用できなくなった関数/手続きです。代わりにGetEnabledModulesを使用してください。

PROCEDURE GetProduct(
VAR product :INTEGER;
VAR modules :LONGINT);
def vs.GetProduct():
    return (product, modules)

Parameters

product INTEGER 製品番号
modules LONGINT パッケージ番号

Version

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

See Also

関連関数:

VS:GetEnabledModules

関連関数: [[VS:GetEnabledModules]]