Specifies a barge's rake direction with respect to the boat.

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

Syntax

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

Members

Member nameDescription
Invalid
Indicates value has not been initialized or is invalid.
Down
Indicates the barge's rake is pointing towards the boat.
(CICA Code: Down)
Up
Indicates the barge's rake is pointing away from the boat.
(CICA Code: Up)

Remarks

Used by the Barge.RakeDirection property.

See Also