API Help
Eplan.EplApi.HEServices Namespace / Check Class / VerifyProject Method / VerifyProject(String) Method
Full link file name of the project to check.

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

    Parameters

    strFullLinkFileName
    Full link file name of the project to check.
    Exceptions
    ExceptionDescription
    An error occurred when used scheme name doesn't exist
    See Also