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