AFCase.GetConnectedElements Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method returns a collection of AFBaseElement objects which are
connected to the specified element (or child element) within the case.
Overload List
| Name | Description | |
|---|---|---|
| GetConnectedElements(AFBaseElement) |
This method returns a collection of AFBaseElement objects which are
connected to the specified element (or child element) within the case.
| |
| GetConnectedElements(AFBaseElement, AFPortType) |
This method returns a collection of AFBaseElement objects which are
connected to the specified element (or child element) through a port of the specified
type within the case.
| |
| GetConnectedElements(AFBaseElement, String) |
This method returns a collection of AFBaseElement objects which are
connected to the specified element and port within the case.
|