UOMDatabase.DisplayUOMGroup Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Setting specifies the desired UOMGroup to be used when displaying attribute values for the user.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public UOMGroup DisplayUOMGroup { get; set; }
Public Property DisplayUOMGroup As UOMGroup Get Set Dim instance As UOMDatabase Dim value As UOMGroup value = instance.DisplayUOMGroup instance.DisplayUOMGroup = value
public: property UOMGroup^ DisplayUOMGroup { UOMGroup^ get (); void set (UOMGroup^ value); }
member DisplayUOMGroup : UOMGroup with get, set
Property Value
Type: UOMGroupThis setting specifies the desired UOMGroup to be used for displaying attribute values for each user. The default value is which indicates no display UOM group is specified for the user.
Remarks
This setting specifies the desired UOMGroup to be used for displaying attribute values in an application. The default value for this property is which indicates that a default display UOM group is not specified and the attribute's DefaultUOM will be used when returning display values. When this property is set for the current user, then its mappings will be used when returning an attribute's DisplayUOM. Then the application can choose to use the attribute's DisplayUOM when retrieving values.
The UomGroup feature can be checked to determine if setting this property is supported.