Eplan Platform API
Eplan.EplApi.DataModel Namespace / MacroEntryPropertyList Class / MACROBOX_USEPROTECTEDGROUP Property / MACROBOX_USEPROTECTEDGROUP Property

In This Topic
    MACROBOX_USEPROTECTEDGROUP Property
    In This Topic
    Macro: Protected group # 23012.
    Syntax
    public PropertyValue MACROBOX_USEPROTECTEDGROUP {get; set;}
    public:
    property PropertyValue^ MACROBOX_USEPROTECTEDGROUP {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Determines at a macro box in a macro project that a protected group is created during the insertion of a macro. The inserted macro cannot be graphically changed or further broken down in the schematic project.

    See Also