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

In This Topic
    ReferencesActive Property
    In This Topic
    This property corresponds with the "Individual objects assignment" flag in the macro box dialog.
    Syntax
    public bool ReferencesActive {get; set;}
    public:
    property bool ReferencesActive {
       bool get();
       void set (    bool value);
    }
    Remarks
    If it is set to false then MacroBox should have associated all objects that are inside. If it is set to true, then MacroBox should have associated only objects that were "manually" set as associated
    See Also