API Help
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

    oProject
    Project to check.
    strVerificationScheme
    Scheme 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