OpenPageWithNameAndDeviceName Method
In This Topic
Opens the page with the name passed to strPageName and select the function whose name passed to strDeviceName. The function is selected in the graphic editor. If no function with name strDeviceName was found on the page, so no element will be selected. But the page will be still opened.
Syntax
Parameters
- strFullLinkFileName
- Full link file name of the project.
- strPageName
- strDeviceName
- Name of a function.
Exceptions
Exception | Description |
ArgumentException | Is thrown in case of invalid
\parameters. |
ApplicationException | The graphics editor interface could
not be created. |
See Also