AFAnalysisRuleVariableDefinitions Constructor (AFAnalysisRule, AFObject)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Constructs an instance of AFAnalysisRuleVariableDefinitions using the specified
AFAnalysisRule and the specified target.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAnalysisRuleVariableDefinitions( AFAnalysisRule analysisRule, AFObject target )
Public Sub New ( analysisRule As AFAnalysisRule, target As AFObject ) Dim analysisRule As AFAnalysisRule Dim target As AFObject Dim instance As New AFAnalysisRuleVariableDefinitions(analysisRule, target)
public: AFAnalysisRuleVariableDefinitions( AFAnalysisRule^ analysisRule, AFObject^ target )
new : analysisRule : AFAnalysisRule * target : AFObject -> AFAnalysisRuleVariableDefinitions
Parameters
- analysisRule
- Type: OSIsoft.AF.AnalysisAFAnalysisRule
The analysis rule to create the configuration container for. - target
- Type: OSIsoft.AFAFObject
An AFElement or AFElementTemplate this object should be initialized to target.