dbSetCellViewSymmetry
dbSetCellViewSymmetry(
d_cellViewID
t_symmetry
)
=> t / nil
Description
Sets the symmetry (or orientation) on a cellview (for which the ID is specified). The symmetry of the cellview can be set to a string value, such as X, Y, XY, any, or none, where X mirrors the cellview about the x axis and Y mirrors the cellview about the y axis.
Arguments
Value Returned
Examples
cv = geGetWindowCellView(hiGetCurrentWindow())
dbSetCellViewSymmetry(cv "X")
dbGetCellViewSymmetry(cv)
Return to top