API Help
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

    oProject
    Project which will be reorganized.
    bExtendedReoganize
    Extended 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