public Connection[] AddDaisyChain( PinBase[] Pins )
public: array<Connection^>^ AddDaisyChain( array<PinBase^>^ Pins )
Parameters
- Pins
- PinBasebetween which new connections are made.
Return Value
New created connections
public Connection[] AddDaisyChain( PinBase[] Pins )
public: array<Connection^>^ AddDaisyChain( array<PinBase^>^ Pins )
Exception | Description |
---|---|
NoSuchPinException | Thrown when one of a given PinBase is not in NetDefinitionPoint connectionPoints. |