Specifies the current load status of a barge.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public enum CicaBargeCurrentLoadStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration CicaBargeCurrentLoadStatus |
| Visual C++ |
|---|
public enum class CicaBargeCurrentLoadStatus |
Members
| Member name | Description | |
|---|---|---|
| Invalid |
Indicates value has not been initialized or is invalid.
| |
| Empty |
Barge is empty.
(CICA Code: Empty) | |
| Loaded |
Barge is loaded.
(CICA Code: Loaded) | |
| PartiallyLoaded |
Barge is partially loaded.
(CICA Code: PartiallyLoaded) | |
| PartiallyUnloaded |
Barge is partially unloaded.
(CICA Code: PartiallyUnloaded) |
Remarks
Used by the
CommonBargeDetails.LoadStatus
property.