GenerateMacrosFromMacroProject(Project) Method
In This Topic
Generate macros from project. Project must have property "Type of project" set to "Macro project".
Syntax
public void GenerateMacrosFromMacroProject(
Project
)
public:
void GenerateMacrosFromMacroProject(
Project^
)
Parameters
- oProject
- Project from which the macros will be generated.
Exceptions
Exception | Description |
ArgumentNullException |
A parameter was set to a null reference.
|
ArgumentException |
Parameters are invalid, e.g. given project name doesn't exist.
|
ApplicationException |
Internal interface for master data could not be created.
|
Eplan.EplApi.Base.BaseException |
Macros cannot be exported.
|
See Also