public Connection( Project oProject, PinBase oPinBaseSource, PinBase oPinBaseTarget )
public: Connection( Project^ oProject, PinBase^ oPinBaseSource, PinBase^ oPinBaseTarget )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project the Connection belongs to |
| oPinBaseSource | PinBase representing the source of the Connection. |
| oPinBaseTarget | PinBase representing the target of the Connection. |