Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysisRule.SupportsChildAnalysisRule Method

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFAnalysisRule.SupportsChildAnalysisRule Method
Determines if the specified AFPlugIn supports adding child analysis rules.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

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: Boolean
Returns 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.

Version Information

AFSDK


See Also

In This Topic