Type of covers on a barge.
Namespace:
BargeExAssembly: 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 name | Description | |
|---|---|---|
| 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.