Parameters |
Description |
TYPE |
Type of task to be carried out: |
Note:
The result of the selection is returned in the calling context.
- When a project has been selected:
Parameter name in the calling context = PROJECT. The value from the calling context = project name with complete file path and file name extension (e.g., D:\MyProjects\Reactor.elk). - When pages have been selected:
Parameter name in the calling context = PAGES. The value from the calling context = all page names separated by a semicolon (e.g., Page1;Page2;Page3).
Return currently selected project:
selectionset /TYPE:PROJECT
Results in the calling context: Parameter name = 'PROJECT'
Value = 'C:\Projects\EPLAN\ESS_Sample_Project.elk'
Return currently selected pages:
selectionset /TYPE:PAGES
Results in the calling context: Parameter name = 'PAGES'
Value = '=EB3+ET1/1;=EB3+ET1/2;=EB3+ET1/5'