Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / Reorganize Method
Project which will be reorganized.
Extended reoganize option

In This Topic
    Reorganize Method
    In This Topic
    Reorganizes a project
    Syntax
    public void Reorganize( 
       Project oProject,
       bool bExtendedReoganize
    )
    public:
    void Reorganize( 
       Project^ oProject,
       bool bExtendedReoganize
    ) 

    Parameters

    Parameter NameDescription
    oProjectProject which will be reorganized.
    bExtendedReoganizeExtended reoganize option
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown in case if invalid arguments, e.g. an invalid project is set.
    Thrown if the internal action could no be found.
    Thrown if an error occurs while executing the method.
    See Also