AFBinningRequest(TBin).BinUOM Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The unit of measure of the bins.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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