Positions the last object addressed as the lowest layer on a graphics page, giving it the appearance of being behind other objects.
Syntax
PositionSendToBack
Return Value
0 (zero) if successful, otherwise an error is returned.
Note: For details on handling return and error values, see Error Handling.
Related Functions
PositionAt, PositionMirrorVertical, PositionMirrorHorizontal, PositionSendBackwards, PositionBringToFront, PositionBringForwards, PositionRotate
Example
' Places an object behind other objects on a graphics page
GraphicsBuilder.LibraryObjectPlace "include", "agitator", "agit_1_Pos1_g", 2, True
GraphicsBuilder.PositionAt 200, 200
GraphicsBuilder.PositionSendToBack
Published June 2018