Gets or sets the direction the vessel was moving when the event occurred.

Namespace:  BargeEx
Assembly:  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

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.

See Also