AFResult.Adjustments Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets the collection of AFAdjustments that are associated with
this AFResult that keep track of all the changes to attribute result
values used during an analysis.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAdjustments Adjustments { get; }
Public ReadOnly Property Adjustments As AFAdjustments Get Dim instance As AFResult Dim value As AFAdjustments value = instance.Adjustments
public: property AFAdjustments^ Adjustments { AFAdjustments^ get (); }
member Adjustments : AFAdjustments with get
Property Value
Type: AFAdjustmentsReturns the collection of AFAdjustments that are associated with this AFResult that keep track of all the changes to attribute result values used during an analysis.
Remarks
The adjustments are used to override the actual attribute values read from
external locations.