Gets or sets the unit type for the Offset property.

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

Syntax

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

Property Value

The unit type for the Offset property. The default value is Invalid.

Remarks

This property is equivalent to the Unit Code facet of the Offset primitive (P13_5) in the Acknowledgment Error Block_1 (B53_1).

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

See Also