Eplan Platform API
Eplan.EplApi.HEServices Namespace / Edit Class / ClosePage Method
page to close.

In This Topic
    ClosePage Method
    In This Topic
    closes a page and the associated GEDs
    Syntax
    public bool ClosePage( 
       Page page
    )
    public:
    bool ClosePage( 
       Page^ page
    ) 

    Parameters

    page
    page to close.

    Return Value

    *true, if everything is alright *false otherwise.
    Exceptions
    ExceptionDescription
    Is thrown in case of null \parameters.
    Is thrown in case of invalid Page.
    See Also