AFResult.Adjustments Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.