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 UpdatedNov 18, 2025
  • 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.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: 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
TitleResults for “How to create a CRG?”Also Available in