AFAnalysisRuleConfiguration.GetAllResolvedOutputs Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.