API Help
Eplan.EplApi.HEServices Namespace / Edit Class / SendToBack Method
Placement to move.

In This Topic
    SendToBack Method
    In This Topic
    Opens the page, selects the Placement passed as oPlacementToMove and move the Placement back.
    Syntax
    public void SendToBack( 
       Placement oPlacementToMove
    )
    public:
    void SendToBack( 
       Placement^ oPlacementToMove
    ) 

    Parameters

    oPlacementToMove
    Placement to move.
    Exceptions
    ExceptionDescription
    Is thrown in case of null \parameters.
    The graphics editor interface could not be created.
    See Also