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., C:\MyProjects\ESS_Sample_Project.elk). - When projects have been selected:
Parameter name in the calling context = PROJECTS. The value from the calling context = project name with complete file path and file name extension (e.g., C:\MyProjects\ESS_Sample_Project.elk;C:\Projects\EPLAN\ESS_Sample_Project2.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). - When layout spaces have been selected:
Parameter name in the calling context = LAYOUTSPACES. The value from the calling context = all layout spaces separated by a semicolon (e.g., LayoutSpace1; LayoutSpace2; LayoutSpace3).
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 projects:
selectionset /TYPE:PROJECTS
Results in the calling context: Parameter name = 'PROJECTS'
Value = 'C:\Projects\EPLAN\ESS_Sample_Project.elk;C:\Projects\EPLAN\ESS_Sample_Project2.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'
Return currently selected layout spaces:
selectionset /TYPE:LAYOUTSPACES
Results in the calling context: Parameter name = 'LAYOUTSPACES'
Value = 'A1;A2;A3'