Specifies a barge's hull type.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaBargeHullType |
Visual Basic (Declaration) |
---|
Public Enumeration CicaBargeHullType |
Visual C++ |
---|
public enum class CicaBargeHullType |
Members
Member name | Description | |
---|---|---|
Invalid |
Indicates value has not been initialized or is invalid.
| |
Box |
Both ends of the barge are flat.
(CICA Code: Box) | |
DoubleRake |
Both ends of the barge are sloped.
(CICA Code: DoubleRake) | |
Rake |
One end of the barge is sloped.
(CICA Code: Rake) |
Remarks
Used by the
CommonBargeDetails.HullType
property.