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

In This Topic
    GenerateProtectedGroup Property
    In This Topic
    Gets or sets generate protected group property.
    Syntax
    public bool GenerateProtectedGroup {get; set;}
    public:
    property bool GenerateProtectedGroup {
       bool get();
       void set (    bool value);
    }
    Remarks
    Property determines if protected group should be generated during insertion of macro. When set to true macro cannot be changed graphically.
    See Also