Eplan Platform API
Eplan.EplApi.HEServices Namespace / Check Class / VerifyProject Method / VerifyProject(Project,String) Method
Project to check.
Scheme to use for the check run.

In This Topic
    VerifyProject(Project,String) Method
    In This Topic
    Starts a check run for the given project.
    Syntax
    public void VerifyProject( 
       Project oProject,
       string strVerificationScheme
    )
    public:
    void VerifyProject( 
       Project^ oProject,
       String^ strVerificationScheme
    ) 

    Parameters

    Parameter NameDescription
    oProjectProject to check.
    strVerificationSchemeScheme to use for the check run.
    Remarks
    If the scheme name is empty, the last-used scheme will be used which is currently set in GUI.
    See Also