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