API Help
Eplan.EplApi.DataModel Namespace / BoxedDevice Class / IsVisible Property

In This Topic
    IsVisible Property (BoxedDevice)
    In This Topic
    Gets/Sets the actual visibility state of the function's graphical representation.
    Syntax
    public bool IsVisible {get; set;}
    public:
    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