API Help
Eplan.EplApi.HEServices Namespace / Edit Class / OpenPageWithNameAndFunctionName Method
Full link file name of the project.
Name of the page to open - if empty it will search in whole project.
Name of a function.

In This Topic
    OpenPageWithNameAndFunctionName Method
    In This Topic
    Opens the page which contains a given function. The function is selected in the graphic editor.
    Syntax
    public void OpenPageWithNameAndFunctionName( 
       string strFullLinkFileName,
       string strPageName,
       string strFuncName
    )
    public:
    void OpenPageWithNameAndFunctionName( 
       String^ strFullLinkFileName,
       String^ strPageName,
       String^ strFuncName
    ) 

    Parameters

    strFullLinkFileName
    Full link file name of the project.
    strPageName
    Name of the page to open - if empty it will search in whole project.
    strFuncName
    Name of a function.
    Exceptions
    ExceptionDescription
    Is thrown in case of invalid \parameters.
    The graphics editor interface could not be created.
    Remarks
    First found function will be selected. If page name parameter is empty whole project will be searched. This method searches even for non logic functions.
    See Also