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

AF SDK Reference

AFCase.GetAdjustments Method

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFCase.GetAdjustments Method
This method returns a collection of AFAdjustment objects for all the Results within the AFCase.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

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: AFCollectionListAFAdjustment
Returns 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.

Version Information

AFSDK


See Also

In This Topic
Related Links