API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / MacroPreview Property

In This Topic
    MacroPreview Property
    In This Topic
    Determines, that the preview should look similar to the macro preview in the GUI or not
    Syntax
    public bool MacroPreview {get; set;}
    public:
    property bool MacroPreview {
       bool get();
       void set (    bool value);
    }
    See Also