AFModel.Layers Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is a collection of layers that keeps track of the elements on
each layer of the model.
Namespace: OSIsoft.AF.Modeling
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFLayers Layers { get; }
Public ReadOnly Property Layers As AFLayers Get Dim instance As AFModel Dim value As AFLayers value = instance.Layers
public: property AFLayers^ Layers { AFLayers^ get (); }
member Layers : AFLayers with get
Property Value
Type: AFLayersA collection of layers that keeps track of the elements on each layer of the model.