API Help
Eplan.EplApi.HEServices Namespace / Edit Class / OpenPageWithName Method
Full link file name of the project.
Name of the page to open.

OpenPageWithName Method
Opens the page with the name passed to strPageName.
Syntax
public Page OpenPageWithName( 
   string strFullLinkFileName,
   string strPageName
)

Parameters

strFullLinkFileName
Full link file name of the project.
strPageName
Name of the page to open.

Return Value

The opened Page object.
Exceptions
ExceptionDescription
Is thrown in case of invalid \parameters.
The graphics editor interface could not be created.
See Also