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

AF SDK Reference

AFEventFrame.HasChildEventFrames Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFEventFrame.HasChildEventFrames Property
This read-only property returns if the event frame has child event frames.

Namespace:  OSIsoft.AF.EventFrame
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

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

Dim instance As AFEventFrame
Dim value As Boolean

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

Property Value

Type: Boolean
Returns if the event frame has child event frames.

Remarks

This method provides a better performance when checking for child event frames of this event frame other than using the EventFrames collection.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in