Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / UpdateDetailPlanning Method / UpdateDetailPlanning(Project) Method
Project which planning segments will be used. Can't be null.

In This Topic
    UpdateDetailPlanning(Project) Method
    In This Topic
    Updates data to ensure that the property values in all planning objects from project are the same as in assigned functions.
    Syntax
    public void UpdateDetailPlanning( 
       Project pProject
    )
    public:
    void UpdateDetailPlanning( 
       Project^ pProject
    ) 

    Parameters

    pProject
    Project which planning segments will be used. Can't be null.
    Exceptions
    ExceptionDescription
    Thrown when parameter pProject is a null value.
    Remarks
    If a placeholder is use in macro to transfer properties from planning object to the functions of the macro, the values from planning object are copied while placing the macro. If the planning object is changed afterwards, the values at the functions stay the same and are different now. This method copies this properties again, so that the property values in planning object are the same as in assigned functions.
    See Also