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

In This Topic
    CablingToAllConnectionTypes Method
    In This Topic
    Synchronization from 'cabling' connection data onto all other connection types (multi-line, panellayout 3D, single-line)
    Syntax
    public void CablingToAllConnectionTypes( 
       Project oProject
    )
    public:
    void CablingToAllConnectionTypes( 
       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