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
In This Topic
Places the function onto the given page, in the given location
Syntax

Parameters

page
A page to insert the function's symbol on.
location
Insertion point of the symbol being inserted.
copyProperties
Determines if properties (excluding related to name) should be copied from source function.
copyAlsoNameProperties
Determines if name properties should be also copied from source function. Is only effective if copyProperties is true
setPropertyPlacementsSchema
Determines 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