API Help
Eplan.EplApi.DataModel.MasterData Namespace / PrePlanningMacro Class / Open Method
Filename (inclusive path information and type) of the macro. Can't be null.
The related PrePlanning project. Can't be null.

In This Topic
    Open Method (PrePlanningMacro)
    In This Topic
    Opens a macro file and reads the information.
    Syntax

    Parameters

    strMacroFileName
    Filename (inclusive path information and type) of the macro. Can't be null.
    oProject
    The related PrePlanning project. Can't be null.
    Exceptions
    ExceptionDescription
    Thrown when parameters are not valid.
    Thrown when file does not exists.
    Thrown when the macro could not be opened successfully.
    See Also