AFModel.Connections Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is a collection of connections between elements that have been added to the model.
Namespace: OSIsoft.AF.Modeling
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFConnections Connections { get; }
Public ReadOnly Property Connections As AFConnections Get Dim instance As AFModel Dim value As AFConnections value = instance.Connections
public: property AFConnections^ Connections { AFConnections^ get (); }
member Connections : AFConnections with get
Property Value
Type: AFConnectionsA collection of connections between elements that have been added to the model. These connections represent the relationship or connectivity of elements within the model.