VS:ResourceListSize/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

指定したリソースリストにあるリソースの数を返します。

FUNCTION ResourceListSize(
listID :LONGINT) : LONGINT;
def vs.ResourceListSize(listID):
    return LONGINT

Parameters

listID LONGINT BuildResourceListで作成されたリソースリストの番号

Example

{ Update numItems as the number of items in the resource list has }
{ changed. }
numItems := ResourceListSize(listID);

Version

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