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

In This Topic
    DrawInvisibleObjects Property
    In This Topic
    Determines, that the preview should show invisible objects or not ?
    Syntax
    public bool DrawInvisibleObjects {get; set;}
    public:
    property bool DrawInvisibleObjects {
       bool get();
       void set (    bool value);
    }
    See Also