AFAnalysisRuleConfiguration.GetAllResolvedInputs Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.