Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / Open Method / Open(String) Method
Filename (including path information and type) of the macro

In This Topic
    Open(String) Method
    In This Topic
    Opens a macro file using current parts database.
    Syntax
    public void Open( 
       string macroFileName
    )
    public:
    void Open( 
       String^ macroFileName
    ) 

    Parameters

    macroFileName
    Filename (including path information and type) of the macro
    Exceptions
    ExceptionDescription
    Thrown when parameters are not valid. p.e. a wrong filename.
    See Also