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

In This Topic
    OpenPageWithName Method
    In This Topic
    Opens the page with the name passed to strPageName.
    Syntax
    public Page OpenPageWithName( 
       string strFullLinkFileName,
       string strPageName
    )
    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