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

Open(String) Method
Opens a macro file using current parts database.
Syntax
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