Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / Assign Method / Assign(Function) Method
The target object whose properties are set with values from this function.

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

    Parameters

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