Specifies the direction of a waterborne vessel.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaWaterwayDirection |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaWaterwayDirection |
| Visual C++ |
|---|
public enum class CicaWaterwayDirection |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Downstream |
Vessel is moving downstream.
(CICA Code: Downstream) | |
| East |
Vessel is moving East.
(CICA Code: East) | |
| North |
Vessel is moving North.
(CICA Code: North) | |
| South |
Vessel is moving South.
(CICA Code: South) | |
| Upstream |
Vessel is moving upstream.
(CICA Code: Upstream) | |
| West |
Vessel is moving West.
(CICA Code: West) |
Remarks
Used by the
BargeStatus.WaterwayDirection
and the
BoatStatus.WaterwayDirection
properties.