UOMClass.CanonicalUOM Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is the canonical unit of measure (UOM) for this class.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public UOM CanonicalUOM { get; }
Public ReadOnly Property CanonicalUOM As UOM Get Dim instance As UOMClass Dim value As UOM value = instance.CanonicalUOM
public: property UOM^ CanonicalUOM { UOM^ get (); }
member CanonicalUOM : UOM with get
Property Value
Type: UOMReturns the canonical unit of measure (UOM) for this class.
Remarks
There is one defined canonical unit of measure for a UOMClass, which is established when the class is created. Every additional UOM added to this class is ultimately defined in terms of the canonical UOM.
The canonical unit of measure cannot be deleted without first removing the entire class.