API Help
Eplan.EplApi.HEServices Namespace / Synchronize Class
Members

In This Topic
    Synchronize Class
    In This Topic
    Class providing functionality for synchronizing project and system master data and synchronizing properties between different representation types.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.HEServices.Synchronize

    Syntax
    public class Synchronize 
    public ref class Synchronize 
    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Methods
     NameDescription
    Public MethodSynchronization from 'cabling' connection data onto all other connection types (multi-line, panellayout 3D, single-line)  
    Public MethodDestructor  
    Public MethodSynchronization from 'multi-line' connection data onto all other connection types (panellayout 3D, cabling, single-line)  
    Public MethodSynchronization from 'multi-line' data onto 'single-line' and 'overview' data.  
    Public MethodSynchronization from 'overview' data onto 'single-line' and 'multi-line' data.  
    Public MethodSynchronization from 'panellayout 3D' connection data onto all other connection types (multi-line, cabling, single-line)  
    Public MethodOverloaded. Synchronizes the parts in the project to the parts master database. Updates parts database. This method corresponds with the EPLAN functionality in the menu "Utilities \> Parts \> Current project --\> parts database". Additionally the user can specify, whether parts, which are already existing in the parts database, should be modified.  
    Public MethodOverloaded. Synchronizes the parts stored in the project with the parts in the parts master database. Updates parts inside project. Parts in the database are not changed. This method corresponds with the EPLAN functionality in the menu "Utilities \> Parts \> Parts database --\> current project".  
    Public MethodSynchronizes the specified parts inside the project with the parts in the parts master database. Updates parts inside project. Parts in the database are not changed. This method corresponds with the EPLAN functionality in the menu "Utilities \> Parts \> Parts database --\> current project" for selected parts.  
    Public MethodOverloaded. Synchronizes the specified parts into the parts master database. Updates parts database. Parts in the project are not changed. This method corresponds with the EPLAN functionality in the menu "Utilities \> Parts \> Current project --\> parts database" for selected parts.  
    Public MethodSynchronization from PID data onto other representations. Corresponds to the Utilities' -> 'Synchronization' -> 'PI diagram --> all representation types' main menu item.  
    Public MethodSynchronization from 'single-line' data onto 'multi-line' and 'overview' data.  
    Top
    See Also