AFAttribute.GetValue Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method gets the value for an attribute based upon the data reference configuration.
Overload List
| Name | Description | |
|---|---|---|
| GetValue |
This method gets the value for an attribute based upon the data reference configuration
in the units of the DefaultUOM for the attribute.
| |
| GetValue(AFCase) |
This method gets the value for an attribute based upon the data reference configuration
and the specified AFCase context in the units of the
DefaultUOM for the attribute.
| |
| GetValue(AFTime) |
This method gets the value for an attribute based upon the data reference configuration
and the specified AFTime context in the units of the
DefaultUOM for the attribute.
| |
| GetValue(AFTimeRange) |
This method gets the value for an attribute based upon the data reference configuration
and the specified AFTimeRange context in the units of the
DefaultUOM for the attribute.
| |
| GetValue(UOM) |
This method gets the value for an attribute based upon the data reference configuration
in the specified units-of-measure.
| |
| GetValue(AFCase, UOM) |
This method gets the value for an attribute based upon the data reference configuration
and the specified AFCase context in the specified units-of-measure.
| |
| GetValue(AFTime, UOM) |
This method gets the value for an attribute based upon the data reference configuration
and the specified AFTime context in the specified units-of-measure.
| |
| GetValue(AFTimeRange, UOM) |
This method gets the value for an attribute based upon the data reference configuration
and the specified AFTimeRange context in the specified units-of-measure.
| |
| GetValue(Object, Object, UOM) | Obsolete.
This method gets the value for an attribute based upon the data reference configuration
and the specified AFCase context in the specified units-of-measure.
|