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

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

    Parameters

    Parameter NameDescription
    strFullLinkFileNameFull link file name of the project 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.
    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