API Help
Eplan.EplApi.HEServices Namespace / Masterdata Class / GenerateMacrosFromMacroProject Method / GenerateMacrosFromMacroProject(String) Method
Full link file name of the project from which the macros will be generated.

In This Topic
    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 strFullLinkFileName
    )
    public:
    void GenerateMacrosFromMacroProject( 
       String^ strFullLinkFileName
    ) 

    Parameters

    strFullLinkFileName
    Full link file name of the project from which the macros will be generated.
    Exceptions
    ExceptionDescription
    A parameter was set to a null reference.
    Parameters are invalid, e.g. given project name doesn't exist.
    Internal interface for master data could not be created.
    Macros cannot be exported.
    See Also