API Help
Eplan.EplApi.HEServices Namespace / Check Class / VerifyPages Method / VerifyPages(ArrayList,String) Method
List of pages to check.
Scheme to use for the check run.

In This Topic
    VerifyPages(ArrayList,String) Method
    In This Topic
    Starts a check run for the given pages.
    Syntax
    public void VerifyPages( 
       ArrayList colPages,
       string strVerificationScheme
    )
    public:
    void VerifyPages( 
       ArrayList^ colPages,
       String^ strVerificationScheme
    ) 

    Parameters

    colPages
    List of pages to check.
    strVerificationScheme
    Scheme to use for the check run.
    Exceptions
    ExceptionDescription
    An error occurred when used scheme name doesn't exist
    Remarks
    If the scheme name is empty, the last-used scheme will be used which is currently set in GUI.
    See Also