Enum ParallelogramGridParams.DirectionType
Represents a direction type
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public enum ParallelogramGridParams.DirectionType
Fields
| Name | Value | Description |
|---|---|---|
| Negative | Negative = 2 | The negative direction |
| Positive | Positive = 1 | The positive direction |
| Unknown | Unknown = 0 | Unknown direction |