AFEventFrame.EventFrames Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.