UOMClass.IsBaseClass Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates if this is a base unit of measure (UOM) class.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsBaseClass { get; }
Public ReadOnly Property IsBaseClass As Boolean Get Dim instance As UOMClass Dim value As Boolean value = instance.IsBaseClass
public: property bool IsBaseClass { bool get (); }
member IsBaseClass : bool with get
Property Value
Type: BooleanReturns if this is a base unit-of-measure class. Otherwise, is returned if this is a derived UOM class.