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

In This Topic
    DrawBackGround Property
    In This Topic
    Gets/Sets whether the preview is created with or without background.
    Syntax
    public bool DrawBackGround {get; set;}
    public:
    property bool DrawBackGround {
       bool get();
       void set (    bool value);
    }
    See Also