AFModel.GetConnections Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Overload List
| Name | Description | |
|---|---|---|
| GetConnections(AFElement) |
This method returns a collection of AFConnection objects representing
a connection between the specified element (or child element) and another element
within the model.
| |
| GetConnections(AFElement, AFPortType) |
This method returns a collection of AFConnection objects with the
specified port type representing a connection between the specified element (or
child element) and another element within the model.
| |
| GetConnections(AFElement, String) |
This method returns a collection of AFConnection objects with the
specified port name representing a connection between the specified element and
another element within the model.
|