PIPoint.CurrentValue Method
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.