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