API Help
Eplan.EplApi.HEServices Namespace / Synchronize Class / MultilineToAllConnectionTypes Method
Project that will be synchronized.

In This Topic
    MultilineToAllConnectionTypes Method
    In This Topic
    Synchronization from 'multi-line' connection data onto all other connection types (panellayout 3D, cabling, single-line)
    Syntax
    public void MultilineToAllConnectionTypes( 
       Project oProject
    )
    public:
    void MultilineToAllConnectionTypes( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Project that will be synchronized.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments, e.g. the project is not valid.
    The synchronization finished with errors.
    See Also