AFAnalysisRuleResolvedOutput Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Class for exposing the output that will be used in a calculation
Inheritance Hierarchy
SystemObject
OSIsoft.AF.AnalysisAFAnalysisRuleResolvedOutput
OSIsoft.AF.AnalysisAFAnalysisRuleResolvedOutput
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFAnalysisRuleResolvedOutput
Public NotInheritable Class AFAnalysisRuleResolvedOutput Dim instance As AFAnalysisRuleResolvedOutput
public ref class AFAnalysisRuleResolvedOutput sealed
[<SealedAttribute>] type AFAnalysisRuleResolvedOutput = class end
The AFAnalysisRuleResolvedOutput type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Attribute |
This read-only property returns the IAFAttribute (if any) that this output mapped to.
| |
| Description |
This read-only property returns the description provided to the output for showing to a user.
| |
| DisplayName |
This read-only property returns the display name provided to the output for showing to a user.
| |
| MappedPath |
This read-only property returns the path used to resolve the output to a particular item.
| |
| MappedResolvedPath |
This read-only property returns the resolved path of a resolved output
| |
| Name |
This read-only property returns the name assigned to the output.
| |
| OutputType |
This read-only property returns the AFAnalysisOutputType defined for the output.
| |
| ResolutionFailed |
This read-only property returns true if output type should resolve to an item but nothing was found.
|
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.) |