Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / Place Method
A page to insert the function's symbol on.
Insertion point of the symbol being inserted.
Determines if properties (excluding related to name) should be copied from source function.
Determines if name properties should be also copied from source function. Is only effective if copyProperties is true
Determines whether PropertyPlacementsSchema should be copied from source function.

In This Topic
    Place Method (Function)
    In This Topic
    Places the function onto the given page, in the given location
    Syntax

    Parameters

    Parameter NameDescription
    pageA page to insert the function's symbol on.
    locationInsertion point of the symbol being inserted.
    copyPropertiesDetermines if properties (excluding related to name) should be copied from source function.
    copyAlsoNamePropertiesDetermines if name properties should be also copied from source function. Is only effective if copyProperties is true
    setPropertyPlacementsSchemaDetermines whether PropertyPlacementsSchema should be copied from source function.

    Return Value

    Newly placed function.
    Remarks
    The method behaves similarly as when dragging Function on a page. Existing function is not changed, except from the case when it is uncovered template - then it is made persistent
    See Also