** NOTE: ADDED in CFX 1.7 **
Describes a resource type
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
SyntaxPublic Enumeration ResourceType
Members| Member name | Value | Description |
|---|
| Unknown | 0 |
Unknown resource type
|
| Machine | 1 |
The resource is a machine, also known as a "process endpoint"
|
| Shelf | 2 |
The resource is a shelf, with no intelligence
|
| StorageTower | 3 |
The resource is a storage tower, with a potential intelligence and a specific way of classifying materials
|
| SetupStation | 4 |
The resource is a setup station (typically a PC with material programming capabilities)
|
| StorageRoom | 5 |
The resource is a storage room
|
| WaitingArea | 6 |
The resource is a waiting area, i.e a setup area
|
See Also