AFAttributeVariable Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAttributeVariable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AnalysisRuleVariableMaps |
Returns a list of analysis rules the attribute is associated with.
| |
| Attribute |
Returns the mapped attribute.
| |
| AttributeTemplate |
Returns the mapped attribute.
| |
| IsConfigured |
Returns if the variable has been set.
| |
| IsDynamic |
Returns if the attribute for the variable corresponds to a dynamic attribute.
| |
| IsInput |
Returns if the variable is an input (either required or optional).
| |
| IsIntermediate |
Returns if the variable is an intermediate variable.
| |
| IsOptional |
Returns if the variable is an optional input.
| |
| IsOutput |
Returns if the variable is an output.
| |
| IsRequired |
Returns if the variable is a required input.
| |
| MappedName |
Returns the full path for the mapped attribute.
| |
| Name |
Returns the variable name. For an intermediate variable, it always returns the output name.
| |
| VariableType |
Returns the variable type.
|