AFCase.GetConnections Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method returns a collection of AFConnection objects representing
a connection between the specified element (or child element) and another element
within the case.
Overload List
| Name | Description | |
|---|---|---|
| GetConnections(AFBaseElement) |
This method returns a collection of AFConnection objects representing
a connection between the specified element (or child element) and another element
within the case.
| |
| GetConnections(AFBaseElement, 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 case.
| |
| GetConnections(AFBaseElement, 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 case.
|