Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PIPoint.InterpolatedValue Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPoint.InterpolatedValue Method
Returns a single AFValue whose value is interpolated at the passed time.

Namespace:  OSIsoft.AF.PI
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public AFValue InterpolatedValue(
	AFTime time
)
Public Function InterpolatedValue ( 
	time As AFTime
) As AFValue

Dim instance As PIPoint
Dim time As AFTime
Dim returnValue As AFValue

returnValue = instance.InterpolatedValue(time)
public:
AFValue^ InterpolatedValue(
	AFTime time
)
member InterpolatedValue : 
        time : AFTime -> AFValue 

Parameters

time
Type: OSIsoft.AF.TimeAFTime
The time at which the value is desired.

Return Value

Type: AFValue
Returns the AFValue for the PI point. The time stamp of the value will be at the requested time.

Exceptions

ExceptionCondition
PIExceptionError returned by the PI Data Archive.

Remarks

Note Notes to Callers
This method, property, or class is not available in the legacy .NET 3.5 version of the SDK.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in