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

AF SDK Reference

AFResult.Adjustments Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFResult.Adjustments Property
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: AFAdjustments
Returns 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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in