PositionAroundResultLine Enumeration

Represents the position around result line

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public enum PositionAroundResultLine
Members
  Member nameValueDescription
Unknown0 Unknown
NearLeft1 Near to the left
NearRight2 Near to the right
FarLeft3 Far to the left
FarRight4 Far to the right
OnLine5 On line
See Also