AFEventFrame.EventFrames Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is a collection of child event frames that have been added to this event frame.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFEventFrames EventFrames { get; }
Public ReadOnly Property EventFrames As AFEventFrames Get Dim instance As AFEventFrame Dim value As AFEventFrames value = instance.EventFrames
public: property AFEventFrames^ EventFrames { AFEventFrames^ get (); }
member EventFrames : AFEventFrames with get
Property Value
Type: AFEventFramesA collection of child event frames that have been added to this event frame.