PIPoint.EndOfStream Method
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Get the end-of-stream value of the point.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.