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

In This Topic
    AddDaisyChain Method
    In This Topic
    Adds new connections to NetDefinitionPoint.Each new connection is made from two consecutive PinBase objects
    Syntax
    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
    Exceptions
    ExceptionDescription
    Thrown when one of a given PinBase is not in NetDefinitionPoint connectionPoints.
    See Also