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

In This Topic
    MoveDown(PlanningSegment) Method
    In This Topic
    Moves object one position down in navigator.
    Syntax
    public void MoveDown( 
       PlanningSegment plaObject
    )
    public:
    void MoveDown( 
       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 last or only child also no action will be performed as there is nothing to do.
    See Also