AFAdjustment.AdjustedValue Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the new value for the AFAttribute after the adjustment was made.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Object AdjustedValue { get; }
Public ReadOnly Property AdjustedValue As Object Get Dim instance As AFAdjustment Dim value As Object value = instance.AdjustedValue
public: property Object^ AdjustedValue { Object^ get (); }
member AdjustedValue : Object with get
Property Value
Type: ObjectThe new value for the attribute after the adjustment was made. This value will be in the attribute's default unit of measure specified by the DefaultUOM property.