AFAnalysisRule.SupportsChildAnalysisRule Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Determines if the specified AFPlugIn supports adding child analysis rules.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static bool SupportsChildAnalysisRule( AFPlugIn plugIn )
Public Shared Function SupportsChildAnalysisRule ( plugIn As AFPlugIn ) As Boolean Dim plugIn As AFPlugIn Dim returnValue As Boolean returnValue = AFAnalysisRule.SupportsChildAnalysisRule(plugIn)
public: static bool SupportsChildAnalysisRule( AFPlugIn^ plugIn )
static member SupportsChildAnalysisRule : plugIn : AFPlugIn -> bool
Parameters
- plugIn
- Type: OSIsoft.AFAFPlugIn
The AFPlugIn to check if it supports adding child analysis rules.
Return Value
Type: BooleanReturns if the specified plugIn supports adding child analysis rules.
Remarks
A plugin can be marked with the AFAnalysisRuleSupportsChildAnalysisRuleAttribute on the
implementation of the AFAnalysisRule to indicate that it supports adding
child analysis rules.