Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / IsLogicalPage Property

In This Topic
    IsLogicalPage Property
    In This Topic
    Returns if the page is a logical page.
    Syntax
    public bool IsLogicalPage {get;}
    public:
    property bool IsLogicalPage {
       bool get();
    }

    Property Value

    true : Page is a logical page

    false : Page is not a logical page

    See Also