Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class
Members

In This Topic
    ProjectManagement Class
    In This Topic
    This class contains methods for some project related tasks, like finding a project by its ID, compressing a project, or importing a ProjectInfo.xml file.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.HEServices.ProjectManagement

    Syntax
    public class ProjectManagement 
    public ref class ProjectManagement 
    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns or sets the type of current project management database. Possible values are DatabaseType.SQL and DatabaseType.Access  
    Public PropertyReturns or sets the complete filename of the current parts database or connection string if SQL connection is selected.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Compresses a project.  
    Public MethodOverloaded. Corrects project items.  
    Public MethodCreate a new parts database.  
    Public MethodDestructor  
    Public MethodOverloaded. Compares two projects and writes the results as project messages into the message management. This method corresponds to the following functionality of EPLAN Electric P8: Project / Management, Extras / Verify Project  
    Public MethodExports property placements schemas.  
    Public MethodMethod for searching a project by a given project ID from the project management database.  
    Public MethodImports property placements schemas.  
    Public MethodScans directory for projects to add them into the project management.  
    Public MethodPublishes a project  
    Public MethodOverloaded. Loads the ProjectInfo.xml file. and sets project properties accordingly.  
    Public MethodReorganizes a project  
    Public MethodSets SQL connection parameters.  
    Public MethodOverloaded. Synchronizes all projects data from source project into the target project.  
    Public MethodUpdates project structure for navigator(GUI) like the project settings.  
    Top
    See Also