API Help
Eplan.EplApi.HEServices Namespace / Insert Class / PrePlanningMacro Method
Full file name of the pre-planning macro file (.emv) to be placed. Can't be null or empty
Project into which macro will be inserted. Can't be null.
Planning segment under which macro will be inserted.

In This Topic
    PrePlanningMacro Method
    In This Topic
    Inserts the pre-planning macros below the given structure segment.
    Syntax

    Parameters

    strMacroPath
    Full file name of the pre-planning macro file (.emv) to be placed. Can't be null or empty
    pProject
    Project into which macro will be inserted. Can't be null.
    pParent
    Planning segment under which macro will be inserted.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameter.
    Null was set to a needed parameter.
    Remarks
    If parent of macro is null then macro is inserted under project in pre-planning stucture.
    See Also