AFAnalysisInputRange.Counts Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Counts of values with respect to the associated time context that the input requires.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IEnumerable<AFInputCountData> Counts { get; }
Public ReadOnly Property Counts As IEnumerable(Of AFInputCountData) Get Dim instance As AFAnalysisInputRange Dim value As IEnumerable(Of AFInputCountData) value = instance.Counts
public: property IEnumerable<AFInputCountData>^ Counts { IEnumerable<AFInputCountData>^ get (); }
member Counts : IEnumerable<AFInputCountData> with get