GenerateMacrosFromMacroProject(String) Method
In This Topic
Generate macros from project. Project must have property "Type of project" set to "Macro project".
Syntax
public void GenerateMacrosFromMacroProject(
string
)
public:
void GenerateMacrosFromMacroProject(
String^
)
Parameters
- strFullLinkFileName
- Full link file name of the 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