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

AF SDK Reference

PISystem.UOMDatabase Property

  • Last UpdatedJan 12, 2026
  • 1 minute read
PISystem.UOMDatabase Property
This property provides access to the UnitsOfMeasure database UOMDatabase that contains the UnitsOfMeasure that have been created on the PISystem.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public UOMDatabase UOMDatabase { get; }
Public ReadOnly Property UOMDatabase As UOMDatabase
	Get

Dim instance As PISystem
Dim value As UOMDatabase

value = instance.UOMDatabase
public:
property UOMDatabase^ UOMDatabase {
	UOMDatabase^ get ();
}
member UOMDatabase : UOMDatabase with get

Property Value

Type: UOMDatabase
The UnitsOfMeasure database UOMDatabase that contains the UnitsOfMeasure that have been created on the PISystem.

Version Information

AFSDK


See Also

In This Topic
Related Links