Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalPlacement Class / IsVisible Property

In This Topic
    IsVisible Property (GraphicalPlacement)
    In This Topic
    Gets/Sets the actual visibility state of the object.
    Syntax
    public virtual bool IsVisible {get; set;}
    public:
    virtual property bool IsVisible {
       bool get();
       void set (    bool value);
    }
    Remarks
    Even if set to FALSE, this property will return TRUE when the 'Show invisible elements' setting of GED is on and when the placement's page is open.
    See Also