Eplan Platform API
Eplan.EplApi.DataModel Namespace / Placement Class / IsSetAsVisible Property

In This Topic
    IsSetAsVisible Property (Placement)
    In This Topic
    Gets/Sets visibility of the object as set in its properties dialog.
    Syntax
    public virtual Placement.Visibility IsSetAsVisible {get; set;}
    public:
    virtual property Placement.Visibility IsSetAsVisible {
       Placement.Visibility get();
       void set (    Placement.Visibility value);
    }
    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