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

AF SDK Reference

UOMDatabase.DisplayUOMGroup Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
UOMDatabase.DisplayUOMGroup Property
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: UOMGroup
This 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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in