PIPoint.EndOfStream Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the end-of-stream value of the point.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFValue EndOfStream()
Public Function EndOfStream As AFValue Dim instance As PIPoint Dim returnValue As AFValue returnValue = instance.EndOfStream()
public: AFValue^ EndOfStream()
member EndOfStream : unit -> AFValue
Return Value
Type: AFValueReturns the end-of-stream AFValue of the point.