API Help
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.

OpenPageWithNameAndXYCoords Method
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
)

Parameters

strFullLinkFileName
Full link file name of the project.
strPageName
Name of the page to open.
nXCoord
X coordinate.
nYCoord
Y coordinate.
Exceptions
ExceptionDescription
Is thrown in case of invalid \parameters.
The graphics editor interface could not be created.
See Also