AFValue.PIPoint Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the PIPoint associated with the value.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIPoint PIPoint { get; set; }
Public Property PIPoint As PIPoint Get Set Dim instance As AFValue Dim value As PIPoint value = instance.PIPoint instance.PIPoint = value
public: property PIPoint^ PIPoint { PIPoint^ get (); void set (PIPoint^ value); }
member PIPoint : PIPoint with get, set
Property Value
Type: PIPointThe PIPoint associated with this instance of the value. This property will return if this instance of the value is not associated with a PIPoint.