UOM.DeltaUOM Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public UOM DeltaUOM { get; }
Public ReadOnly Property DeltaUOM As UOM Get Dim instance As UOM Dim value As UOM value = instance.DeltaUOM
public: property UOM^ DeltaUOM { UOM^ get (); }
member DeltaUOM : UOM with get
Property Value
Type: UOMReturns the UOM that corresponds to the difference in two quantities in this UOM.
Remarks
For all standard UOMs, the delta UOM is the same as the current UOM. This can be overridden by
defining a UOM with an Abbreviation starting with 'Delta ' followed
by the corresponding UOM abbreviation. As an example, for temperature UOMs the equivalent UOM from the
Temperature (Delta) class is returned.