Configuration of the covers on a barge.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaBargeCoverConfiguration |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaBargeCoverConfiguration |
| Visual C++ |
|---|
public enum class CicaBargeCoverConfiguration |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Open |
Covers are not on the barge.
(CICA Code: Open) | |
| Spread |
Covers are spread across the top of the barge.
(CICA Code: Spread) | |
| Stacked |
Covers are stacked on the barge.
(CICA Code: Stacked) |
Remarks
Used by the
CommonBargeDetails.CoverConfiguration
property.