BobPositionType Enumeration

Specifies the position of bobs on a bar

Namespace:  TSD.API.Remoting.Reinforcement
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public enum BobPositionType
Members
  Member nameValueDescription
None0 No bobs
Start1 Bob at the bar start (= left hand side in elevation view)
End2 Bob at the bar end (= right hand side in elevation view)
Both3 Bobs at both ends
See Also