Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / UpdateDetailPlanning Method / UpdateDetailPlanning(PlanningSegment) Method
Planning segment will be used. Can't be null.

In This Topic
    UpdateDetailPlanning(PlanningSegment) Method
    In This Topic
    Updates data to ensure that the property values in planning object are the same as in assigned functions.
    Syntax
    public void UpdateDetailPlanning( 
       PlanningSegment pPlanningSegment
    )
    public:
    void UpdateDetailPlanning( 
       PlanningSegment^ pPlanningSegment
    ) 

    Parameters

    pPlanningSegment
    Planning segment will be used. Can't be null.
    Exceptions
    ExceptionDescription
    Thrown when parameter pPlanningSegment 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