API Help
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / ReadProjectInfo Method / ReadProjectInfo(String,String) Method
Full link file name of the project for which the file will be loaded.
Full file name of the ProjectInfo.xml file to be loaded.

ReadProjectInfo(String,String) Method
Loads the ProjectInfo.xml file. and sets project properties accordingly.
Syntax
public void ReadProjectInfo( 
   string strFullLinkFileName,
   string strPrjInfoXml
)

Parameters

strFullLinkFileName
Full link file name of the project for which the file will be loaded.
strPrjInfoXml
Full file name of the ProjectInfo.xml file to be loaded.
Exceptions
ExceptionDescription
Thrown in case of missing arguments.
Thrown in case if invalid arguments, e.g. an invalid project is set.
Thrown, if the \internal interface of the project management module could no be created.
Thrown if an error occurs while executing the method.
Remarks
The specified project may be open or not. If the project was not open, it will be opened for loadig the XML file and will be closed subsequently.
See Also