UOMBaseClass.Class Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property is the base UOMClass which is raised to the
power specified by the Power property.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public UOMClass Class { get; }
Public ReadOnly Property Class As UOMClass Get Dim instance As UOMBaseClass Dim value As UOMClass value = instance.Class
public: property UOMClass^ Class { UOMClass^ get (); }
member Class : UOMClass with get
Property Value
Type: UOMClassReturns the base UOMClass which is raised to the power specified by the Power property.