UOM.RefUOM Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property indicates the reference unit of measure for this unit of measure.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public UOM RefUOM { get; }
Public ReadOnly Property RefUOM As UOM Get Dim instance As UOM Dim value As UOM value = instance.RefUOM
public: property UOM^ RefUOM { UOM^ get (); }
member RefUOM : UOM with get
Property Value
Type: UOMReturns the reference unit of measure for this unit of measure.
Remarks
The value of this property will be if this is the canonical unit for
this class of unit of measure. The canonical unit is created automatically
when the UOM class is created using the UOMClasses.Add method.