VS:GetProduct/ja

From Vectorworks Developer
Jump to navigation Jump to search

.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]]