Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 702 Bytes

File metadata and controls

36 lines (28 loc) · 702 Bytes

ResourceListSize

Description

Returns the number of items in the specified resource list.

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

Parameters

Name Type Description
listID LONGINT an ID for a resouce list created by the BuildResourceList function.

Examples

VectorScript

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

Python

Version

Availability: from VectorWorks12.0

Category