AFAnalysisTemplate.AnalysisRule Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The instance of the analysis rule used by the AFAnalysisTemplate to
configure an analysis rule in an AFAnalysis created from this template.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAnalysisRule AnalysisRule { get; }
Public ReadOnly Property AnalysisRule As AFAnalysisRule Get Dim instance As AFAnalysisTemplate Dim value As AFAnalysisRule value = instance.AnalysisRule
public: property AFAnalysisRule^ AnalysisRule { AFAnalysisRule^ get (); }
member AnalysisRule : AFAnalysisRule with get
Property Value
Type: AFAnalysisRuleReturns the analysis rule used by the AFAnalysisTemplate to configure an analysis rule in an AFAnalysis created from this template.