Gets or sets the direction the vessel is currently moving.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual CicaWaterwayDirection CurrentWaterwayDirection { get; set; }
Visual Basic (Declaration)
Public Overridable Property CurrentWaterwayDirection As CicaWaterwayDirection
Visual C++
public:
virtual property CicaWaterwayDirection CurrentWaterwayDirection {
	CicaWaterwayDirection get ();
	void set (CicaWaterwayDirection value);
}

Property Value

The direction the vessel is currently moving. The default value is Invalid.

Remarks

The CurrentWaterwayDirectionSpecified property indicates whether or not this property will be included in the serialized class or generated document. The CurrentWaterwayDirectionSpecified property is automatically set to true when this property is set.

See Also