AFInputRangeData.IsEndTimeUndetermined Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns true if EndTime is un-specified.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsEndTimeUndetermined { get; }
Public ReadOnly Property IsEndTimeUndetermined As Boolean Get Dim instance As AFInputRangeData Dim value As Boolean value = instance.IsEndTimeUndetermined
public: property bool IsEndTimeUndetermined { bool get (); }
member IsEndTimeUndetermined : bool with get