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

In This Topic
    MultilineToSinglelineAndOverview Method
    In This Topic
    Synchronization from 'multi-line' data onto 'single-line' and 'overview' data.
    Syntax
    public void MultilineToSinglelineAndOverview( 
       Project oProject
    )
    public:
    void MultilineToSinglelineAndOverview( 
       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