Eplan Platform API
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;}
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