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

CorrectProjectItems(Project,String) Method
Corrects project items.
Syntax
public void CorrectProjectItems( 
   Project oProject,
   string strScheme
)

Parameters

oProject
Project which items will be corrected.
strScheme
Scheme 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