Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / CorrectProjectItems Method / CorrectProjectItems(Project,String) Method
Project which items will be corrected.
Scheme name.

In This Topic
    CorrectProjectItems(Project,String) Method
    In This Topic
    Corrects project items.
    Syntax
    public void CorrectProjectItems( 
       Project oProject,
       string strScheme
    )
    public:
    void CorrectProjectItems( 
       Project^ oProject,
       String^ strScheme
    ) 

    Parameters

    Parameter NameDescription
    oProjectProject which items will be corrected.
    strSchemeScheme name.
    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 action could no be found.
    Thrown if an error occurs while executing the method.
    See Also