AFLayer.Elements Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is a collection of elements for the layer representing all the
elements of the model that are associated with this layer.
Namespace: OSIsoft.AF.Modeling
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 AFLayer Dim value As AFElements value = instance.Elements
public: property AFElements^ Elements { AFElements^ get (); }
member Elements : AFElements with get