PISystem.UOMDatabase Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.