** NOTE: ADDED in CFX 1.7 **
Describes a resource type
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
SyntaxPublic Enumeration ResourceType
MembersMember 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