System.Object
Eplan.EplApi.HEServices.Check
System.Object
Eplan.EplApi.HEServices.Check
Check oCheck = new Check();
oCheck.VerifyProject(m_oTestProject);
Check oCheck = new Check(); oCheck.VerifyPages(new ArrayList(m_oTestProject.Pages));
Name | Description | |
---|---|---|
Check Constructor | Default constructor |
Name | Description | |
---|---|---|
Dispose | Destructor | |
VerifyInstallationSpace | Overloaded. Starts a check run for the given installation spaces. | |
VerifyMDPartsDatabaseItems | Overloaded. Starts a check run for the given MDPartsDatabaseItems (MDParts). | |
VerifyPages | Overloaded. Starts a check run for the given pages. | |
VerifyProject | Overloaded. Starts a check run for the given project. |