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

AF SDK Reference

AFDataReference.PIPoint Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDataReference.PIPoint Property
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: PIPoint
This property returns the PIPoint associated with this AFDataReference. If the AFDataReference does not have an associated PIPoint, then is returned.
Note Notes to Implementers
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.

Version Information

AFSDK


See Also

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