Eplan Platform API
Eplan.EplApi.HEServices Namespace / Edit Class / OpenPageWithNameAndXYCoords Method
Full link file name of the project.
Name of the page to open.
X coordinate.
Y coordinate.

In This Topic
    OpenPageWithNameAndXYCoords Method
    In This Topic
    Opens the page with the name passed to strPageName and sets the cursor to the position defined by the X and Y coordinates.
    Syntax
    public void OpenPageWithNameAndXYCoords( 
       string strFullLinkFileName,
       string strPageName,
       double nXCoord,
       double nYCoord
    )
    public:
    void OpenPageWithNameAndXYCoords( 
       String^ strFullLinkFileName,
       String^ strPageName,
       double nXCoord,
       double nYCoord
    ) 

    Parameters

    Parameter NameDescription
    strFullLinkFileNameFull link file name of the project.
    strPageNameName of the page to open.
    nXCoordX coordinate.
    nYCoordY coordinate.
    Exceptions
    ExceptionDescription
    Is thrown in case of invalid parameters.
    The graphics editor interface could not be created.
    See Also