AFAnalysisRuleResolvedInput Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAnalysisRuleResolvedInput type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Attribute |
This read-only property returns the IAFAttribute (if any) that this input is mapped to.
| |
| AttributeList |
This read-only property returns an IListT that this input maps to.
| |
| Description |
This read-only property returns the description provided for this input to show to a user.
| |
| DisplayName |
This read-only property returns the display name provided for the input to show to a user.
| |
| InputRange |
This read-only property returns the AFAnalysisInputRange the input was defined with.
| |
| InputType |
This read-only property returns the AFAnalysisInputType the input was defined with.
| |
| IsSettable |
True if the value of this input can be set (e.g. by a parent AFAnalysisRule).
| |
| MappedPath |
This read-only property returns the path used to resolve the input to an item.
| |
| MappedResolvedPath |
This read-only property returns the resolved path of a resolved input
| |
| Name |
This read-only property returns the name defined for the input.
| |
| ResolutionFailed |
This read-only property returns true if the input type expects to resolve to an item but nothing was resolved.
| |
| Target |
This read-only property returns the AFObject (if any) that this input maps to.
|