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

In This Topic
    BringToFront Method
    In This Topic
    Opens the page, selects the Placement passed as oPlacementToMove and move the Placement front.
    Syntax
    public void BringToFront( 
       Placement oPlacementToMove
    )
    public:
    void BringToFront( 
       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