This functionality is only available for certain module packages. Info / Copyright

Action: selectionset


Parameters

Description

TYPE

Type of task to be carried out:
PROJECT: Return current project

PROJECTS: Return selected projects
PAGES: Return selected pages

LAYOUTSPACES: Return selected layout spaces

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).