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

AF SDK Reference

AFElement.Elements Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFElement.Elements Property
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: AFElements
A 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.

Version Information

AFSDK


See Also

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