Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / Assign Method
The target connection whose properties are set with values from this connection.

In This Topic
    Assign Method (Connection)
    In This Topic
    Assigns this connection to another, which means that values of this connection's properties are copied to the target connection and the source connection itself is removed from the project.
    Syntax
    public void Assign( 
       Connection targetConn
    )
    public:
    void Assign( 
       Connection^ targetConn
    ) 

    Parameters

    targetConn
    The target connection whose properties are set with values from this connection.
    Remarks
    * This method corresponds to the 'Assign' action called from the device navigator's context menu. * After the assignment, this connection becomes the target connection.
    See Also