PISystem.UOMDatabase Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
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: UOMDatabaseThe UnitsOfMeasure database UOMDatabase that contains the UnitsOfMeasure that have been created on the PISystem.