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

In This Topic
    Page Property (Connection)
    In This Topic
    Returns the Page where the connection is placed on.
    Syntax
    public Page Page {get;}
    public:
    property Page^ Page {
       Page^ get();
    }

    Property Value

    Page of the connection.
    Exceptions
    ExceptionDescription
    Thrown when it is impossible to read the page.
    See Also