AFBinningRequest(TBin).BinUOM Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The unit of measure of the bins.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public UOM BinUOM { get; }
Public ReadOnly Property BinUOM As UOM Get Dim instance As AFBinningRequest Dim value As UOM value = instance.BinUOM
public: property UOM^ BinUOM { UOM^ get (); }
member BinUOM : UOM with get