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

AF SDK Reference

AFAnalysisRule.HasChildren Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFAnalysisRule.HasChildren Property
This read-only property returns if the analysis rule has child analysis rules.

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

Syntax

public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean
	Get

Dim instance As AFAnalysisRule
Dim value As Boolean

value = instance.HasChildren
public:
property bool HasChildren {
	bool get ();
}
member HasChildren : bool with get

Property Value

Type: Boolean
Returns if the analysis rule has child analysis rules.

Remarks

This method provides a more performant way of checking for child analysis rules of this analysis rule other than using the AFAnalysisRules collection.

Version Information

AFSDK


See Also

In This Topic