AFRange(T).Start Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The lower bound of the range.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public T Start { get; }
Public ReadOnly Property Start As T Get Dim instance As AFRange Dim value As T value = instance.Start
public: property T Start { T get (); }
member Start : 'T with get