Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / ReorganizeStructure Method
Project which planning structure will be reorganizated. Can't be null.

In This Topic
    ReorganizeStructure Method
    In This Topic
    Reorganizes structure of planning objects in given project.
    Syntax
    public bool ReorganizeStructure( 
       Project pProject
    )
    public:
    bool ReorganizeStructure( 
       Project^ pProject
    ) 

    Parameters

    pProject
    Project which planning structure will be reorganizated. Can't be null.

    Return Value

    Returns false, if locking of required objects was not possible.
    Exceptions
    ExceptionDescription
    Null was set to a parameter.
    Remarks
    This method reorganizes structure (looks for planning objects with bit-flag "HAS_CHANGES4SUBOBJECTS") of planning objects in given project. It also updates article references of children and re-numerates functions according to changed project structures.
    See Also