UOM.RefFormulaTo Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property provides the formula to convert to the reference
unit of measure from this unit of measure.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string RefFormulaTo { get; }
Public ReadOnly Property RefFormulaTo As String Get Dim instance As UOM Dim value As String value = instance.RefFormulaTo
public: property String^ RefFormulaTo { String^ get (); }
member RefFormulaTo : string with get
Property Value
Type: StringReturns the formula to convert to the reference unit of measure from this unit of measure.
Remarks
This formula is written with the unit-of-measure abbreviation using C# expression
evaluation rules. For example, for API based on SG, one could expect to find: "141.5/(API+131.5)".