AFInputCountData.CountBefore Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Required count of values before TimeContext.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int CountBefore { get; }
Public ReadOnly Property CountBefore As Integer Get Dim instance As AFInputCountData Dim value As Integer value = instance.CountBefore
public: property int CountBefore { int get (); }
member CountBefore : int with get