Enum Route.SpacingTypes
Spacing type if spacing is enabled.
Namespace: Experior.Core.Routes
Assembly: Experior.Core.dll
Syntax
public enum SpacingTypes
Fields
Name | Description |
---|---|
BackToFront | SpacingType: BackToFront. If spacing is enabled then distance is calculated from 'Back of first load To Front of second load' (looking downstream). |
FrontToFront | SpacingType: FrontToFront. If spacing is enabled then distance is calculated from 'Front of first load To Front of second load' (looking downstream). |