API Help
Eplan.EplApi.HEServices Namespace / Check Class
Members Example

Check Class
Class for checking projects or pages.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.HEServices.Check

Syntax
public class Check 
Example
The following examples shows how to use class Check.
Check oCheck = new Check();
oCheck.VerifyProject(m_oTestProject);

Check oCheck = new Check();
oCheck.VerifyPages(new ArrayList(m_oTestProject.Pages));

Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Methods
 NameDescription
Public MethodDestructor  
Public MethodOverloaded. Starts a check run for the given installation spaces.  
Public MethodOverloaded. Starts a check run for the given MDPartsDatabaseItems (MDParts).  
Public MethodOverloaded. Starts a check run for the given pages.  
Public MethodOverloaded. Starts a check run for the given project.  
Top
See Also