AFDataReference.PIPoint Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the PIPoint associated with this AFDataReference.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual PIPoint PIPoint { get; set; }
Public Overridable Property PIPoint As PIPoint Get Set Dim instance As AFDataReference Dim value As PIPoint value = instance.PIPoint instance.PIPoint = value
public: virtual property PIPoint^ PIPoint { PIPoint^ get (); void set (PIPoint^ value); }
abstract PIPoint : PIPoint with get, set override PIPoint : PIPoint with get, set
Property Value
Type: PIPointThis property returns the PIPoint associated with this AFDataReference. If the AFDataReference does not have an associated PIPoint, then is returned.
| If an AFDataReference implementation has an associated PIPoint, then it must override this property and return the PIPoint. The SDK may set this property if it resolves the PIPoint for the DataReference. |