AFAnalysisRuleConfiguration.GetAllResolvedInputs Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets all defined inputs 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<AFAnalysisRuleResolvedInput> GetAllResolvedInputs()
Public Function GetAllResolvedInputs As ICollection(Of AFAnalysisRuleResolvedInput) Dim instance As AFAnalysisRuleConfiguration Dim returnValue As ICollection(Of AFAnalysisRuleResolvedInput) returnValue = instance.GetAllResolvedInputs()
public: ICollection<AFAnalysisRuleResolvedInput^>^ GetAllResolvedInputs()
member GetAllResolvedInputs : unit -> ICollection<AFAnalysisRuleResolvedInput>
Return Value
Type: ICollectionAFAnalysisRuleResolvedInputA collection of all resolved inputs for this analysis rule hierarchy.