AFCase.Connections Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This is a collection of connections between elements that are active for this case.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFConnections Connections { get; }
Public ReadOnly Property Connections As AFConnections Get Dim instance As AFCase 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 are active for this case. These connections represent the relationship or connectivity of elements and transfers within the model.