Eplan Platform API
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.

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

    Parameters

    Parameter NameDescription
    oProjectProject for which the file will be loaded.
    strPrjInfoXmlFull 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 not be created.
    Thrown if an error occurs while executing the method.
    See Also