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

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

Parameters

oProject
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.
See Also