API Help
Eplan.EplApi.DataModel Namespace / MacroBox.Enums.InsertMacroBox Enumeration

In This Topic
    MacroBox.Enums.InsertMacroBox Enumeration
    In This Topic
    Enumeration of InsertMacroBox
    Syntax
    public enum MacroBox.Enums.InsertMacroBox : System.Enum 
    public enum class MacroBox.Enums.InsertMacroBox : public System.Enum 
    Members
    MemberValueDescription
    FromProjectSettings0Macro box will be inserted or not, based on project settings
    No2Macro box will not be inserted
    Yes1Macro box will be inserted
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.MacroBox.Enums.InsertMacroBox

    See Also