BeltDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the belt direction.
public enum BeltDirection
type BeltDirection =
Public Enum BeltDirection
- Inheritance
-
BeltDirection
Fields
Name | Value | Description |
---|---|---|
Backward | 1 | Indicates that the belt moves in backward direction. |
Forward | 2 | Indicates that the belt moves in forward direction. |