Specifies a barge's hull type.

Namespace:  BargeEx
Assembly:  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 nameDescription
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.

See Also