VS:BuildResourceListN/ja

From Vectorworks Developer
Revision as of 14:25, 12 August 2013 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search

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

Description

指定したファイルからリソースのリストを作成します。

FUNCTION BuildResourceListN(
type :INTEGER;
fullPath :DYNARRAY[] of CHAR;
VAR numItems :LONGINT) : LONGINT;
def vs.BuildResourceListN(type, fullPath):
    return (LONGINT, numItems)

Parameters

type INTEGER リソースリストに入れるリソースの種類の番号
fullPath DYNARRAY[] of CHAR ファイルパス
numItems LONGINT リソースリスト内のリソースの数

Version

利用可能バージョン: Vectorworks 2013

See Also

関連関数:

VS:BuildResourceList

関連関数: [[VS:BuildResourceList]]