public Function Place( Page page, PointD location, bool copyProperties, bool copyAlsoNameProperties, bool setPropertyPlacementsSchema )
public: Function^ Place( Page^ page, PointD location, bool copyProperties, bool copyAlsoNameProperties, bool setPropertyPlacementsSchema )
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.