Procedure FlipHor horizontally mirrors selected objects about the center of the object(s). This procedure produces the same effect as the command "Flip Horizontal".
PROCEDURE FlipHor;def vs.FlipHor():
return NoneFlipHor;import vs
# Procedure FlipHor horizontally mirrors selected objects about the center of
# the object(s).
vs.FlipHor()Availability: from All Versions