Enum BobPositionType
Specifies the position of bobs on a bar
Namespace: TSD.API.Remoting.Reinforcement
Assembly: TSD.API.Remoting.dll
Syntax
public enum BobPositionType
Fields
| Name | Value | Description |
|---|---|---|
| Both | Both = 3 | Bobs at both ends |
| End | End = 2 | Bob at the bar end (= right hand side in elevation view) |
| None | None = 0 | No bobs |
| Start | Start = 1 | Bob at the bar start (= left hand side in elevation view) |