AFAnalysisRuleState Constructor (AFAnalysisRule)
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Construct the state object from the AFAnalysisRule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAnalysisRuleState( AFAnalysisRule analysisRule )
Public Sub New ( analysisRule As AFAnalysisRule ) Dim analysisRule As AFAnalysisRule Dim instance As New AFAnalysisRuleState(analysisRule)
public: AFAnalysisRuleState( AFAnalysisRule^ analysisRule )
new : analysisRule : AFAnalysisRule -> AFAnalysisRuleState
Parameters
- analysisRule
- Type: OSIsoft.AF.AnalysisAFAnalysisRule
The analysis rule to create the runtime state container for.