Eplan Platform API
EPLAN API / API Reference / Actions / generatemacros
generatemacros
Action for generating macros from project.

Parameter Description

PROJECTNAME

Project name with full path (optional).
If not entered, the selected project is used when the action is called from GUI (like from a script or ribbon bar). 
If called from windows command line, PROJECTNAME must be set or the  must be used first, otherwise an  exception is thrown. 

PAGENAMEn

Names of the pages to be considered (optional), where n is a number e.g. /PAGENAME1:=AP+ST1/2 /PAGENAME2:=AP+ST1/4 /PAGENAME3:=AP+ST1/7 etc. 

INSTALLATIONSPACENAMEn

Names of the InstallationSpaces to be considered (optional), where n is a number e.g. /INSTALLATIONSPACENAME1:BR1 /INSTALLATIONSPACENAME2:BR2 /INSTALLATIONSPACENAME:BR3 etc.

STRUCTUREn

Structure identifiers of the InstallationSpaces to be exported (optional), where n is a number e.g. /INSTALLATIONSPACENAME1:BR1 /STRUCTURE1:=EB3+ET1 /INSTALLATIONSPACENAME2:BR2 /STRUCTURE2:=EB3+ET2 etc.

WINDOWMACRODIR

Window macro directory

PAGEMACRODIR

Page macro directory

FILTERSCHEME

Filter  scheme

OVERWRITE

Overwrite already existing files

TYPE

If set to 'PREPARE' method will prepare macros for automatic generation, if set to 'GENERATE'
method will generate macros. If not set method will generate macros.

GroupMacroBoxes

Parameter used if TYPE is set to 'PREPARE'
Group macro boxes with its contents: valid parameter values: "0" == do nothing, "1" == create groups. If not given, default is "1"

GroupPageMacros

Parameter used if TYPE is set to 'PREPARE'
Group contents of a page macro: valid parameter values: "0" == do nothing, "1" == create groups. If not given, default is "0"

SetHandleActive

Parameter used if TYPE is set to 'PREPARE'
Set handle-checkbox active: valid parameter values: "0" == do nothing, "1" == activate handle-checkbox. If not given, default is "0"

Remarks
     
Project must have property "Type of project" set to "Macro project".                    

Example
Macros generation

generatemacros /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk