Gets or sets the direction of the barge's rake with respect to the
boat.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual CicaBargeRakeDirection RakeDirection { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property RakeDirection As CicaBargeRakeDirection |
Visual C++ |
---|
public: virtual property CicaBargeRakeDirection RakeDirection { CicaBargeRakeDirection get (); void set (CicaBargeRakeDirection value); } |
Property Value
The direction of the barge's rake with respect to the boat. The default is Invalid.Remarks
This property is only used when the barge is in the TowStatus.Barges collection.
The RakeDirectionSpecified property indicates whether or not this property will be included in the serialized class or generated document. The RakeDirectionSpecified property is automatically set to true when this property is set.