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; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false)]
property LoadDirection LoadDirection {
LoadDirection get ();
void set (LoadDirection value);
}
function get_LoadDirection();
function set_LoadDirection(value);
Property Value
Type:
LoadDirectionRemarks 0=any, 1=vertical, 2=horizontal
See Also