AFAttributeVariableMap Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Attribute variable mapping class.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.AnalysisAFAttributeVariableMap
OSIsoft.AF.AnalysisAFAttributeVariableMap
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
[SerializableAttribute] public sealed class AFAttributeVariableMap
<SerializableAttribute> Public NotInheritable Class AFAttributeVariableMap Dim instance As AFAttributeVariableMap
[SerializableAttribute] public ref class AFAttributeVariableMap sealed
[<SealedAttribute>] [<SerializableAttribute>] type AFAttributeVariableMap = class end
The AFAttributeVariableMap type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFAttributeVariableMap |
Creates a new AFAttributeVariableMap object.
|
Properties
| Name | Description | |
|---|---|---|
| AnalysisRule |
Returns the analysis rule the variable is associated with.
| |
| Name |
Returns the variable name.
| |
| VariableType |
Returns the variable type.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |