AFConnections.IsValidConnection Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Checks if a valid connection can be created between two specified ports.
Overload List
| Name | Description | |
|---|---|---|
| IsValidConnection(Boolean, Boolean, AFPort, AFPort, String) |
This method checks if a valid connection can be created between the
specified source and destination ports of an AFBaseElement.
| |
| IsValidConnection(Boolean, Boolean, AFElement, AFPort, AFElement, AFPort, String) | Obsolete.
This method checks if a valid connection can be created between the
specified source and destination ports.
| |
| IsValidConnection(Boolean, Boolean, AFElementTemplate, AFPort, AFElementTemplate, AFPort, String) |
This method checks if a valid connection can be created between the
specified source and destination ports of an AFElementTemplate or AFBaseElement.
|