UOM.RefFactor Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property provides the conversion factor to 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 double RefFactor { get; }
Public ReadOnly Property RefFactor As Double Get Dim instance As UOM Dim value As Double value = instance.RefFactor
public: property double RefFactor { double get (); }
member RefFactor : float with get
Property Value
Type: DoubleReturns the conversion factor to the reference unit of measure for this unit of measure.