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.

VerifyPages(ArrayList,String) Method
Starts a check run for the given pages.
Syntax
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