AFAnalysisRuleConfiguration.GetAllResolvedOutputs Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets all defined outputs for this AFAnalysisRule and all descendant rules.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public ICollection<AFAnalysisRuleResolvedOutput> GetAllResolvedOutputs()
Public Function GetAllResolvedOutputs As ICollection(Of AFAnalysisRuleResolvedOutput) Dim instance As AFAnalysisRuleConfiguration Dim returnValue As ICollection(Of AFAnalysisRuleResolvedOutput) returnValue = instance.GetAllResolvedOutputs()
public: ICollection<AFAnalysisRuleResolvedOutput^>^ GetAllResolvedOutputs()
member GetAllResolvedOutputs : unit -> ICollection<AFAnalysisRuleResolvedOutput>
Return Value
Type: ICollectionAFAnalysisRuleResolvedOutputA collection of all resolved outputs for this analysis rule hierarchy.