AFLayers.Model Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property returns the AFModel object which owns the layer collection.
Namespace: OSIsoft.AF.Modeling
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFModel Model { get; }
Public ReadOnly Property Model As AFModel Get Dim instance As AFLayers Dim value As AFModel value = instance.Model
public: property AFModel^ Model { AFModel^ get (); }
member Model : AFModel with get
Property Value
Type: AFModelReturns the AFModel object which owns the layer collection.