API Help
Eplan.EplApi.DataModel Namespace / NetDefinitionPoint Class / AddDaisyChain Method
PinBasebetween which new connections are made.

AddDaisyChain Method
Adds new connections to NetDefinitionPoint.Each new connection is made from two consecutive PinBase objects
Syntax
public Connection[] AddDaisyChain( 
   PinBase[] Pins
)

Parameters

Pins
PinBasebetween which new connections are made.

Return Value

New created connections
Exceptions
ExceptionDescription
Thrown when one of a given PinBase is not in NetDefinitionPoint connectionPoints.
See Also