AFElement.Elements Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is a collection of child elements that have been added to this element.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFElements Elements { get; }
Public ReadOnly Property Elements As AFElements Get Dim instance As AFElement Dim value As AFElements value = instance.Elements
public: property AFElements^ Elements { AFElements^ get (); }
member Elements : AFElements with get
Property Value
Type: AFElementsA collection of child elements that have been added to this element.
Remarks
If a QueryDate is defined for the current element, then that query date will be used
to determine the collection of elements that are returned from this method.