Specifies the boat event or status type.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaBoatEventStatusType |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaBoatEventStatusType |
| Visual C++ |
|---|
public enum class CicaBoatEventStatusType |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Assist |
A secondary boat (e.g. a fleet boat) has helped a primary boat (e.g. a
line boat) with a task and a barge was not involved.
| |
| Position |
Indicates the position of a boat at the given date and time.
|
Remarks
Used by the
BoatStatus.EventStatusType
property.