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

In This Topic
    IsSetAsVisible Property (BoxedDevice)
    In This Topic
    Gets/Sets visibility of the object as set in its properties dialog.
    Syntax
    public override Placement.Visibility IsSetAsVisible {get; set;}
    public:
    property Placement.Visibility IsSetAsVisible {
       Placement.Visibility get() override;
       void set (    Placement.Visibility value) override;
    }
    Remarks
    This property may return 'Invisible' even if the object is actually visible on the page because of the 'Show invisible elements' setting of GED.
    See Also