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

Open(String,Project) Method
Opens a macro file and reads the information. The first existing variant will be set as current variant
Syntax
public void Open( 
   string macroFileName,
   Project oProject
)

Parameters

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