Itemlist
[Desktop Automation]
An itemlist is a list of items from a projectfolder, either from Autodesk Forge or from the Netfabb Application Server.
Properties
Property | Read/write | Type | Description |
---|---|---|---|
count | Read | Integer | Number of items in list |
Methods
Name | Syntax | Description |
---|---|---|
finditembyname | Item = Itemlist:finditembyname(name:String, Casesensitive:Boolean); | Get item by name; casesensitive is optional. |
getitem | Item = Itemlist:getitem(index:Integer); | Get an item by index number. |