PreviousNext
Help > Schema > Cargo > FloorStackType Property
FloorStackType Property

Applies To

Web API.Cargo

Description

Sets or gets the floor stacking type of the cargo.

Syntax

Property FloorStackType As FloorStackEnum

Data Type

String as FloorStackEnum

Remark

 

Value

Description

Enumeration

0

The two options below are disregarded and the cargoes are placed where it's most efficient in relation to other items in the load.

BestFit

1

Any solutions are disregarded in which the cargo is not placed on the floor.

BottomOnly

2

Any solutions are disregarded in which the cargo is placed on the floor.

NoBottom

In order to activate this property, you should set FloorStack to the StackingRule of the Rules class.