Type of covers on a barge.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public enum CicaBargeCoverType
Visual Basic (Declaration)
Public Enumeration CicaBargeCoverType
Visual C++
public enum class CicaBargeCoverType

Members

Member nameDescription
Invalid
Indicates value has not been initialized or is invalid.
FiberLift
Fiberglass covers that do not roll.
(CICA Code: FiberLift)
FiberRoll
Fiberglass cover that roll.
(CICA Code: FiberRoll)
None
Barge does not have covers.
(CICA Code: None)
SteelLift
Steel covers that do not roll.
(CICA Code: SteelLift)
SteelRoll
Steel covers that roll.
(CICA Code: SteelRoll)

Remarks

Used by the CommonBargeDetails.CoverType property.

See Also