AFGroupedResult(TGroup).InvalidCount Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The weighted value of all bins whose field value was invalid.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int InvalidCount { get; }
Public ReadOnly Property InvalidCount As Integer Get Dim instance As AFGroupedResult Dim value As Integer value = instance.InvalidCount
public: property int InvalidCount { int get (); }
member InvalidCount : int with get