Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / MoveUp Method / MoveUp(PlanningSegment) Method
Object which should be moved. Can't be null.

In This Topic
    MoveUp(PlanningSegment) Method
    In This Topic
    Moves object one position up in navigator.
    Syntax
    public void MoveUp( 
       PlanningSegment plaObject
    )
    public:
    void MoveUp( 
       PlanningSegment^ plaObject
    ) 

    Parameters

    plaObject
    Object which should be moved. Can't be null.
    Exceptions
    ExceptionDescription
    Thrown when parameter plaObject is a null value.
    Thrown when plaObject have null parent.
    Remarks
    Moving object is related to its parent so items without parent won't be moved. When given object is first or only child also no action will be performed as there is nothing to do.
    See Also