Eplan Platform API
Eplan.EplApi.HEServices Namespace
/
Edit Class
/ ClosePage Method
page to close.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
ClosePage Method
In This Topic
closes a page and the associated GEDs
Syntax
C#
C++/CLI
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
Exception
Description
ArgumentNullException
Is thrown in case of null \parameters.
ArgumentException
Is thrown in case of invalid Page.
See Also
Reference
Edit Class
Edit Members