Tare Property
- Last UpdatedNov 06, 2025
- 1 minute read
The Tare property contains a weight of the entity when empty.
'Declaration
<FactMES.API.Common.DBNameAttribute("tare")>
Public Property Tare As Nullable(Of Double)
'Usage
Dim instance As StorageExec
Dim value As Nullable(Of Double)
instance.Tare = value
value = instance.Tare
[FactMES.API.Common.DBName("tare")]
public Nullable<double> Tare {get; set;}