Hublist
[Desktop Automation]
Hublist objects are created from these methods of the Application object:
- loadappserverhublist
- loadforgehublist
Both calls return a list of hubs from the respective context, either the Autodesk Forge Cloud system or the Netfabb Application Server local storage definition.
Properties
Property | Read/write | Type | Description |
---|---|---|---|
count | Read | String | Number of hubs in this list |
Methods
Name | Syntax | Description |
---|---|---|
gethub | Hub = Hublist:gethub(index:Integer) | Returns hub object by "index". Index list starts with 0. |