API Help
Eplan.EplApi.DataModel Namespace / MacroBox Class / InsertMacroBox Property

In This Topic
    InsertMacroBox Property
    In This Topic
    Gets or sets insert macro box property.
    Syntax
    public MacroBox.Enums.InsertMacroBox InsertMacroBox {get; set;}
    public:
    property MacroBox.Enums.InsertMacroBox InsertMacroBox {
       MacroBox.Enums.InsertMacroBox get();
       void set (    MacroBox.Enums.InsertMacroBox value);
    }
    Remarks
    Property determines if macro box should be inserted. There are some exceptions i.e. preplanning macros, macro projects (macro box is always inserted). When property is set to MacroBox.Enums.InsertMacroBox.FromProjectSettings, "Project->{Project name}->Graphical editing->General->Also insert macro boxes" checkbox is considered.
    See Also