Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / ArePagePropertiesDisplayed Property

In This Topic
    ArePagePropertiesDisplayed Property
    In This Topic
    Activates the properties of the page for the place holder object.
    Syntax
    public virtual bool ArePagePropertiesDisplayed {get; set;}
    public:
    virtual property bool ArePagePropertiesDisplayed {
       bool get();
       void set (    bool value);
    }
    Remarks
    If true then page properties will be displayed in the properties dialog.
    See Also