Eplan Platform API
Eplan.EplApi.HEServices Namespace / Synchronize Class / OverviewToMultilineAndSingleline Method
Project that will be synchronized.

In This Topic
    OverviewToMultilineAndSingleline Method
    In This Topic
    Synchronization from 'overview' data onto 'single-line' and 'multi-line' data.
    Syntax
    public void OverviewToMultilineAndSingleline( 
       Project oProject
    )
    public:
    void OverviewToMultilineAndSingleline( 
       Project^ oProject
    ) 

    Parameters

    Parameter NameDescription
    oProjectProject 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.
    Thrown if the synchronization finished with errors.
    See Also