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