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