Gets the total weight of all of the items on the order.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public double TotalWeight { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property TotalWeight As Double |
| Visual C++ |
|---|
public: property double TotalWeight { double get (); } |
Field Value
This is the sum of the ExtendedWeight on all lines on the order.
Remarks
This value is calculated automatically. When any items on the order are kits, the weight of the entire kit
is used in the calculation, not the weight of the individual components that make up the kit.