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

In This Topic
    DrawConnections Property
    In This Topic
    Should the auto-connecting lines be drawn in a macro preview or not?
    Syntax
    public bool DrawConnections {get; set;}
    public:
    property bool DrawConnections {
       bool get();
       void set (    bool value);
    }
    Remarks
    This value is used only when creating display list for macros (for transient pages).
    See Also