Gets or sets the direction the vessel was moving when the event
occurred.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual CicaWaterwayDirection WaterwayDirection { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property WaterwayDirection As CicaWaterwayDirection |
Visual C++ |
---|
public: virtual property CicaWaterwayDirection WaterwayDirection { CicaWaterwayDirection get (); void set (CicaWaterwayDirection value); } |
Property Value
The direction the vessel is moving. The default value is Invalid.Remarks
This property is only used when the EventStatusType property is set to Assist, Delay, MidstreamIn, MidstreamOut, Other, Position, MakeTow, or BreakTow.
The WaterwayDirectionSpecified property indicates whether or not this property will be included in the serialized class or generated document. The WaterwayDirectionSpecified property is automatically set to true when this property is set.