AFAttribute.PIPoint Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
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: PIPointThis 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.