Enum PositionAroundResultLine
Represents the position around result line
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public enum PositionAroundResultLine
Fields
| Name | Value | Description |
|---|---|---|
| FarLeft | FarLeft = 3 | Far to the left |
| FarRight | FarRight = 4 | Far to the right |
| NearLeft | NearLeft = 1 | Near to the left |
| NearRight | NearRight = 2 | Near to the right |
| OnLine | OnLine = 5 | On line |
| Unknown | Unknown = 0 | Unknown |