AFInputCountData.IsRelativeToTriggerTime Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns true if the count is relative to the trigger time.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsRelativeToTriggerTime { get; }
Public ReadOnly Property IsRelativeToTriggerTime As Boolean Get Dim instance As AFInputCountData Dim value As Boolean value = instance.IsRelativeToTriggerTime
public: property bool IsRelativeToTriggerTime { bool get (); }
member IsRelativeToTriggerTime : bool with get