Specifies a barge's size category.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaBargeSizeCategory |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaBargeSizeCategory |
| Visual C++ |
|---|
public enum class CicaBargeSizeCategory |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Jumbo |
Barge is 195'-200' x 35'.
(CICA Code: Jumbo) | |
| Oversize |
Length and/or width bigger than Jumbo.
(CICA Code: Oversize) | |
| Undersize |
Length and/or width smaller than Jumbo.
(CICA Code: Undersize) |
Remarks
Used by the
CommonBargeDetails.SizeCategory
property.