Click or drag to resize

PackingOrderLineLoadDirection Property

Direction to load item

Namespace:  PSI.Sox.Packing
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false)]
public LoadDirection LoadDirection { get; set; }

Property Value

Type: LoadDirection
Remarks
0=any, 1=vertical, 2=horizontal
See Also