AFCase.GetAdjustments Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCollectionList<AFAdjustment> GetAdjustments()
Public Function GetAdjustments As AFCollectionList(Of AFAdjustment) Dim instance As AFCase Dim returnValue As AFCollectionList(Of AFAdjustment) returnValue = instance.GetAdjustments()
public: AFCollectionList<AFAdjustment^>^ GetAdjustments()
member GetAdjustments : unit -> AFCollectionList<AFAdjustment>
Return Value
Type: AFCollectionListAFAdjustmentReturns a collection of AFAdjustment objects for all the AFResults within the AFCase.
Remarks
This method builds up a collection of all the AFAdjustment
objects in the AFCase by combining the adjustments under
each AFResult.