UOM.RefUOM Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.