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

AF SDK Reference

Product Family
Current publication
Table of Contents

AFAttribute.PIPoint Property

AFAttribute.PIPoint Property
The PIPoint associated with this attribute.

Namespace:  OSIsoft.AF.Asset
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156

Syntax

public PIPoint PIPoint { get; set; }
Public Property PIPoint As PIPoint
	Get
	Set

Dim instance As AFAttribute
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: PIPoint
This property returns the PIPoint associated with this attribute. If the attribute does not have a configured PIPoint, then null is returned. If a PIPoint is configured but cannot be resolved, then an error is generated.

Remarks

When setting this property and this attribute does not have a DataReference defined, then it will be configured to use the PIPoint data reference with the specified PIPoint. If this attribute already has a DataReference defined, then the data reference's PIPoint will be set when setting this property. The behavior of setting this property will be determined by the implementation of the data reference.

Version Information

AFSDK

Supported in: 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6, 2.5

See Also

Was this topic helpful?