AFAnalysisRuleState.Inputs Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
A collection of input data for use in evaluating an AFAnalysisRule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<Object> Inputs { get; }
Public ReadOnly Property Inputs As IList(Of Object) Get Dim instance As AFAnalysisRuleState Dim value As IList(Of Object) value = instance.Inputs
public: virtual property IList<Object^>^ Inputs { IList<Object^>^ get () sealed; }
abstract Inputs : IList<Object> with get override Inputs : IList<Object> with get
Property Value
Type: IListObjectImplements
IAFAnalysisRuleStateInputs
Remarks
Indices in the Inputs collection are preserved from the Inputs collection.
Implementers of AFAnalysisRule should get all runtime data from this collection
in their Run(IAFAnalysisRuleState) override method.