AFInputRangeData.IsSingleTime Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsSingleTime { get; }
Public ReadOnly Property IsSingleTime As Boolean Get Dim instance As AFInputRangeData Dim value As Boolean value = instance.IsSingleTime
public: property bool IsSingleTime { bool get (); }
member IsSingleTime : bool with get