Class SystemGraphManager.PortBinding
Description of a port binding, with source port ID and the binding port Id.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class SystemGraphManager.PortBinding
Fields
| Name | Description |
|---|---|
| bindId | ID to which the target port will bind. |
| port | Reference to the port. |
| portId | ID of the target port in the binding. |