Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

UOM.RefOffset Property

  • Last UpdatedJan 12, 2026
  • 1 minute read
UOM.RefOffset Property
This property provides the conversion offset 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 RefOffset { get; }
Public ReadOnly Property RefOffset As Double
	Get

Dim instance As UOM
Dim value As Double

value = instance.RefOffset
public:
property double RefOffset {
	double get ();
}
member RefOffset : float with get

Property Value

Type: Double
Returns the conversion offset to the reference unit of measure for this unit of measure.

Version Information

AFSDK


See Also

In This Topic
Related Links